#7E64CD

Color #7E64CD True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #7E64CD

Tints of True V #7E64CD

Color information

#7E64CD (or 0x7E64CD) is unknown color: approx True V. HEX triplet: 7E, 64 and CD. RGB value is (126,100,205). Sum of RGB (Red+Green+Blue) = 126+100+205=431 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.23% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E64CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E64CD is #819B32. Grayscale: #777777. Windows color (decimal): -8493875 or 13460606. OLE color: 13460606.

HSL color Cylindrical-coordinate representation of color #7E64CD: hue angle of 254.86º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E64CD is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB126100205-
CMYK0.390.5100.20
HSL254.86º51.22%59.8%-
HSV(B)254.86º51.22%80.39%-
XYZ24.1817.9659.95-
YUV119.74176.11132.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 126 (49.61% from 255) = 29.23%
GREEN value IS 100 (39.45% from 255) = 23.20%
BLUE value IS 205 (80.47% from 255) = 47.56%
R=29.23%
G=23.20%
B=47.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1261002050.390.5100.20254.8651.2259.8
Hex7E64CD2733014ff333c
Octal17614431547630243776374
Binary111111011001001100110110011111001101010011111111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E64CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E64CD; }

 p { color: rgb(126,100,205); }

 H1.HeaderClassName
 {
   color: #7E64CD;
 }
 .AnyTagClassName
 {
   color: #7E64CD;
 }
</style>
background-color css

<style>
 a { background-color: #7E64CD; }

 a { background-color: rgb(126,100,205); }

 div.DivClassName
 {
   background-color: #7E64CD;
 }
 .BgClassName
 {
   background-color: #7E64CD;
 }
</style>
border-color css

<style>
 span { border-color: #7E64CD; }

 span { border-color: rgb(126,100,205); }

 td.TdClassName
 {
   border-color: #7E64CD;
 }
 .TagClassName
 {
   border-color: #7E64CD;
 }
</style>