#7F64CD

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

Shades of True V #7F64CD

Tints of True V #7F64CD

Color information

#7F64CD (or 0x7F64CD) is unknown color: approx True V. HEX triplet: 7F, 64 and CD. RGB value is (127,100,205). Sum of RGB (Red+Green+Blue) = 127+100+205=432 (57% of max value = 765). Red value is 127 (50% from 255 or 29.40% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F64CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F64CD is #809B32. Grayscale: #777777. Windows color (decimal): -8428339 or 13460607. OLE color: 13460607.

HSL color Cylindrical-coordinate representation of color #7F64CD: hue angle of 255.43º 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 #7F64CD is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB127100205-
CMYK0.380.5100.20
HSL255.43º51.22%59.8%-
HSV(B)255.43º51.22%80.39%-
XYZ24.3318.0359.96-
YUV120.04175.95132.96-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.40%
GREEN value IS 100 (39.45% from 255) = 23.15%
BLUE value IS 205 (80.47% from 255) = 47.45%
R=29.40%
G=23.15%
B=47.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1271002050.380.5100.20255.4351.2259.8
Hex7F64CD2633014ff333c
Octal17714431546630243776374
Binary111111111001001100110110011011001101010011111111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F64CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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