#7E0CB0

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

Shades of Dark Violet #7E0CB0

Tints of Dark Violet #7E0CB0

Color information

#7E0CB0 (or 0x7E0CB0) is unknown color: approx Dark Violet. HEX triplet: 7E, 0C and B0. RGB value is (126,12,176). Sum of RGB (Red+Green+Blue) = 126+12+176=314 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.13% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 176 (69.14% from 255 or 56.05% from 314); Max value from RGB is 176 - color contains mainly: blue. Hex color #7E0CB0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0CB0 is #81F34F. Grayscale: #404040. Windows color (decimal): -8516432 or 11537534. OLE color: 11537534.

HSL color Cylindrical-coordinate representation of color #7E0CB0: hue angle of 281.71º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7E0CB0 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12612176-
CMYK0.280.9300.31
HSL281.71º87.23%36.86%-
HSV(B)281.71º93.18%69.02%-
XYZ16.577.8341.71-
YUV64.78190.77171.66-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.13%
GREEN value IS 12 (5.08% from 255) = 3.82%
BLUE value IS 176 (69.14% from 255) = 56.05%
R=40.13%
G=3.82%
B=56.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal126121760.280.9300.31281.7187.2336.86
Hex7ECB01C5D01F11a5725
Octal176142603413503743212745
Binary11111101100101100001110010111010111111000110101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,12,176); }

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

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

 a { background-color: rgb(126,12,176); }

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

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

 span { border-color: rgb(126,12,176); }

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