#7E06CA

Color #7E06CA Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #7E06CA

Tints of Dark Violet #7E06CA

Color information

#7E06CA (or 0x7E06CA) is unknown color: approx Dark Violet. HEX triplet: 7E, 06 and CA. RGB value is (126,6,202). Sum of RGB (Red+Green+Blue) = 126+6+202=334 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.72% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 202 (79.30% from 255 or 60.48% from 334); Max value from RGB is 202 - color contains mainly: blue. Hex color #7E06CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E06CA is #81F935. Grayscale: #3F3F3F. Windows color (decimal): -8517942 or 13239934. OLE color: 13239934.

HSL color Cylindrical-coordinate representation of color #7E06CA: hue angle of 276.73º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E06CA is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1266202-
CMYK0.380.9700.21
HSL276.73º94.23%40.78%-
HSV(B)276.73º97.03%79.22%-
XYZ19.338.8356.56-
YUV64.22205.76172.06-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.72%
GREEN value IS 6 (2.73% from 255) = 1.80%
BLUE value IS 202 (79.30% from 255) = 60.48%
R=37.72%
G=1.80%
B=60.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal12662020.380.9700.21276.7394.2340.78
Hex7E6CA26610151155e29
Octal17663124614102542513651
Binary11111101101100101010011011000010101011000101011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E06CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,6,202); }

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

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

 a { background-color: rgb(126,6,202); }

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

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

 span { border-color: rgb(126,6,202); }

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