#7E12BF

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

Shades of Dark Violet #7E12BF

Tints of Dark Violet #7E12BF

Color information

#7E12BF (or 0x7E12BF) is unknown color: approx Dark Violet. HEX triplet: 7E, 12 and BF. RGB value is (126,18,191). Sum of RGB (Red+Green+Blue) = 126+18+191=335 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.61% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E12BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E12BF is #81ED40. Grayscale: #454545. Windows color (decimal): -8514881 or 12522110. OLE color: 12522110.

HSL color Cylindrical-coordinate representation of color #7E12BF: hue angle of 277.46º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7E12BF is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12618191-
CMYK0.340.9100.25
HSL277.46º82.78%40.98%-
HSV(B)277.46º90.58%74.9%-
XYZ18.228.6350-
YUV70.01196.28167.93-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.61%
GREEN value IS 18 (7.42% from 255) = 5.37%
BLUE value IS 191 (75% from 255) = 57.01%
R=37.61%
G=5.37%
B=57.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal126181910.340.9100.25277.4682.7840.98
Hex7E12BF225B0191155329
Octal176222774213303142512351
Binary1111110100101011111110001010110110110011000101011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E12BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,18,191); }

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

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

 a { background-color: rgb(126,18,191); }

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

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

 span { border-color: rgb(126,18,191); }

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