#7E00D0

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

Shades of Dark Violet #7E00D0

Tints of Dark Violet #7E00D0

Color information

#7E00D0 (or 0x7E00D0) is unknown color: approx Dark Violet. HEX triplet: 7E, 00 and D0. RGB value is (126,0,208). Sum of RGB (Red+Green+Blue) = 126+0+208=334 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.72% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 208 (81.64% from 255 or 62.28% from 334); Max value from RGB is 208 - color contains mainly: blue. Hex color #7E00D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E00D0 is #81FF2F. Grayscale: #3C3C3C. Windows color (decimal): -8519472 or 13631614. OLE color: 13631614.

HSL color Cylindrical-coordinate representation of color #7E00D0: hue angle of 276.35º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E00D0 is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1260208-
CMYK0.39100.18
HSL276.35º100%40.78%-
HSV(B)276.35º100%81.57%-
XYZ19.998.9960.36-
YUV61.39210.74174.09-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.72%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 208 (81.64% from 255) = 62.28%
R=37.72%
G=0%
B=62.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal12602080.39100.18276.3510040.78
Hex7E0D027640121146429
Octal17603204714402242414451
Binary111111001101000010011111001000100101000101001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E00D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,0,208); }

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

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

 a { background-color: rgb(126,0,208); }

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

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

 span { border-color: rgb(126,0,208); }

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