#7F62CE

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

Shades of True V #7F62CE

Tints of True V #7F62CE

Color information

#7F62CE (or 0x7F62CE) is unknown color: approx True V. HEX triplet: 7F, 62 and CE. RGB value is (127,98,206). Sum of RGB (Red+Green+Blue) = 127+98+206=431 (57% of max value = 765). Red value is 127 (50% from 255 or 29.47% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F62CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F62CE is #809D31. Grayscale: #767676. Windows color (decimal): -8428850 or 13525631. OLE color: 13525631.

HSL color Cylindrical-coordinate representation of color #7F62CE: hue angle of 256.11º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F62CE is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12798206-
CMYK0.380.5200.19
HSL256.11º52.43%59.61%-
HSV(B)256.11º52.43%80.78%-
XYZ24.2617.760.53-
YUV118.98177.11133.72-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.47%
GREEN value IS 98 (38.67% from 255) = 22.74%
BLUE value IS 206 (80.86% from 255) = 47.80%
R=29.47%
G=22.74%
B=47.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal127982060.380.5200.19256.1152.4359.61
Hex7F62CE2634013100343c
Octal17714231646640234006474
Binary1111111110001011001110100110110100010011100000000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F62CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,98,206); }

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

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

 a { background-color: rgb(127,98,206); }

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

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

 span { border-color: rgb(127,98,206); }

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