#7E0ABC

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

Shades of Dark Violet #7E0ABC

Tints of Dark Violet #7E0ABC

Color information

#7E0ABC (or 0x7E0ABC) is unknown color: approx Dark Violet. HEX triplet: 7E, 0A and BC. RGB value is (126,10,188). Sum of RGB (Red+Green+Blue) = 126+10+188=324 (42% of max value = 765). Red value is 126 (49.61% from 255 or 38.89% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E0ABC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E0ABC is #81F543. Grayscale: #404040. Windows color (decimal): -8516932 or 12323454. OLE color: 12323454.

HSL color Cylindrical-coordinate representation of color #7E0ABC: hue angle of 279.1º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7E0ABC is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12610188-
CMYK0.330.9500.26
HSL279.1º89.9%38.82%-
HSV(B)279.1º94.68%73.73%-
XYZ17.798.2848.24-
YUV64.98197.43171.53-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.89%
GREEN value IS 10 (4.30% from 255) = 3.09%
BLUE value IS 188 (73.83% from 255) = 58.02%
R=38.89%
G=3.09%
B=58.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal126101880.330.9500.26279.189.938.82
Hex7EABC215F01A1175a27
Octal176122744113703242713247
Binary111111010101011110010000110111110110101000101111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,10,188); }

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

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

 a { background-color: rgb(126,10,188); }

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

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

 span { border-color: rgb(126,10,188); }

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