#7E0BAD

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

Shades of Dark Violet #7E0BAD

Tints of Dark Violet #7E0BAD

Color information

#7E0BAD (or 0x7E0BAD) is unknown color: approx Dark Violet. HEX triplet: 7E, 0B and AD. RGB value is (126,11,173). Sum of RGB (Red+Green+Blue) = 126+11+173=310 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.65% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #7E0BAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0BAD is #81F452. Grayscale: #3F3F3F. Windows color (decimal): -8516691 or 11340670. OLE color: 11340670.

HSL color Cylindrical-coordinate representation of color #7E0BAD: hue angle of 282.59º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E0BAD is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12611173-
CMYK0.270.9400.32
HSL282.59º88.04%36.08%-
HSV(B)282.59º93.64%67.84%-
XYZ16.277.6940.16-
YUV63.85189.6172.33-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.65%
GREEN value IS 11 (4.69% from 255) = 3.55%
BLUE value IS 173 (67.97% from 255) = 55.81%
R=40.65%
G=3.55%
B=55.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal126111730.270.9400.32282.5988.0436.08
Hex7EBAD1B5E02011b5824
Octal176132553313604043313044
Binary111111010111010110111011101111001000001000110111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,11,173); }

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

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

 a { background-color: rgb(126,11,173); }

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

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

 span { border-color: rgb(126,11,173); }

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