#7E05CC

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

Shades of Dark Violet #7E05CC

Tints of Dark Violet #7E05CC

Color information

#7E05CC (or 0x7E05CC) is unknown color: approx Dark Violet. HEX triplet: 7E, 05 and CC. RGB value is (126,5,204). Sum of RGB (Red+Green+Blue) = 126+5+204=335 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.61% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #7E05CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E05CC is #81FA33. Grayscale: #3F3F3F. Windows color (decimal): -8518196 or 13370750. OLE color: 13370750.

HSL color Cylindrical-coordinate representation of color #7E05CC: hue angle of 276.48º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E05CC is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1265204-
CMYK0.380.9800.2
HSL276.48º95.22%40.98%-
HSV(B)276.48º97.55%80%-
XYZ19.568.957.81-
YUV63.86207.09172.32-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.61%
GREEN value IS 5 (2.34% from 255) = 1.49%
BLUE value IS 204 (80.08% from 255) = 60.90%
R=37.61%
G=1.49%
B=60.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal12652040.380.9800.2276.4895.2240.98
Hex7E5CC26620141145f29
Octal17653144614202442413751
Binary11111101011100110010011011000100101001000101001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E05CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,5,204); }

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

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

 a { background-color: rgb(126,5,204); }

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

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

 span { border-color: rgb(126,5,204); }

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