#7F64CA

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

Shades of True V #7F64CA

Tints of True V #7F64CA

Color information

#7F64CA (or 0x7F64CA) is unknown color: approx True V. HEX triplet: 7F, 64 and CA. RGB value is (127,100,202). Sum of RGB (Red+Green+Blue) = 127+100+202=429 (56% of max value = 765). Red value is 127 (50% from 255 or 29.60% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F64CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F64CA is #809B35. Grayscale: #777777. Windows color (decimal): -8428342 or 13263999. OLE color: 13263999.

HSL color Cylindrical-coordinate representation of color #7F64CA: hue angle of 255.88º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F64CA is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB127100202-
CMYK0.370.5000.21
HSL255.88º49.04%59.22%-
HSV(B)255.88º50.5%79.22%-
XYZ23.9717.8958.07-
YUV119.7174.45133.21-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.60%
GREEN value IS 100 (39.45% from 255) = 23.31%
BLUE value IS 202 (79.30% from 255) = 47.09%
R=29.60%
G=23.31%
B=47.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1271002020.370.5000.21255.8849.0459.22
Hex7F64CA2532015100313b
Octal17714431245620254006173
Binary1111111110010011001010100101110010010101100000000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F64CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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