#7E0CBD

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

Shades of Dark Violet #7E0CBD

Tints of Dark Violet #7E0CBD

Color information

#7E0CBD (or 0x7E0CBD) is unknown color: approx Dark Violet. HEX triplet: 7E, 0C and BD. RGB value is (126,12,189). Sum of RGB (Red+Green+Blue) = 126+12+189=327 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.53% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 189 (74.22% from 255 or 57.80% from 327); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E0CBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E0CBD is #81F342. Grayscale: #414141. Windows color (decimal): -8516419 or 12389502. OLE color: 12389502.

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

Color convert

RGB12612189-
CMYK0.330.9400.26
HSL278.64º88.06%39.41%-
HSV(B)278.64º93.65%74.12%-
XYZ17.928.3748.82-
YUV66.26197.27170.61-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.53%
GREEN value IS 12 (5.08% from 255) = 3.67%
BLUE value IS 189 (74.22% from 255) = 57.80%
R=38.53%
G=3.67%
B=57.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal126121890.330.9400.26278.6488.0639.41
Hex7ECBD215E01A1175827
Octal176142754113603242713047
Binary111111011001011110110000110111100110101000101111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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