#7E62C6

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

Shades of True V #7E62C6

Tints of True V #7E62C6

Color information

#7E62C6 (or 0x7E62C6) is unknown color: approx True V. HEX triplet: 7E, 62 and C6. RGB value is (126,98,198). Sum of RGB (Red+Green+Blue) = 126+98+198=422 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.86% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 198 (77.73% from 255 or 46.92% from 422); Max value from RGB is 198 - color contains mainly: blue. Hex color #7E62C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E62C6 is #819D39. Grayscale: #757575. Windows color (decimal): -8494394 or 13001342. OLE color: 13001342.

HSL color Cylindrical-coordinate representation of color #7E62C6: hue angle of 256.8º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E62C6 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12698198-
CMYK0.360.5100.22
HSL256.8º46.73%58.04%-
HSV(B)256.8º50.51%77.65%-
XYZ23.1617.2555.53-
YUV117.77173.28133.87-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.86%
GREEN value IS 98 (38.67% from 255) = 23.22%
BLUE value IS 198 (77.73% from 255) = 46.92%
R=29.86%
G=23.22%
B=46.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal126981980.360.5100.22256.846.7358.04
Hex7E62C624330161012f3a
Octal17614230644630264015772
Binary1111110110001011000110100100110011010110100000001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E62C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,98,198); }

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

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

 a { background-color: rgb(126,98,198); }

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

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

 span { border-color: rgb(126,98,198); }

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