Html Css Color HEX #7E12BD Dark Violet

📋 copy color: '#7E12BD'

red 126 ◦ green 18 ◦ blue 189

#7E12BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #7E12BD

Tints of Dark Violet #7E12BD

RGB

 RED value IS 126 (49.61% from 255) = 37.84%

 GREEN value IS 18 (7.42% from 255) = 5.41%

 BLUE value IS 189 (74.22% from 255) = 56.76%

R = 37.84%
G = 5.41%
B = 56.76%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7E12BD (or 0x7E12BD) is known color: Dark Violet. HEX triplet: 7E, 12 and BD. RGB value is (126,18,189). Sum of RGB (Red+Green+Blue) = 126+18+189=333 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.84% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 189 (74.22% from 255 or 56.76% from 333); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E12BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E12BD is #81ED42. Grayscale: #454545. Windows color (decimal): -8514883 or 12391038. OLE color: 12391038.

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

Color convert

RGB 126 18 189 -
CMYK 0.33 0.90 0 0.26
HSL 277.89º 0.83% 0.41% -
HSV(B) 277.89º 0.9% 0.74% -
XYZ 18.01 8.54 48.84 -
YUV 69.79 195.28 168.1 -
System Red Green Blue C M Y K H S L
Decimal 126 18 189 0.33 0.90 0 0.26 277.89 0.83 0.41
Hex 7E 12 BD 21 5A 0 1A 116 53 29
Octal 176 22 275 41 132 0 32 426 123 51
Binary 1111110 10010 10111101 100001 1011010 0 11010 100010110 1010011 101001

Color Harmonies of #7E12BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E12BD

Black with #7E12BD

Text Example


Text Example

White with #7E12BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E12BD;
 }
 .AnyTagClassName
 {
   color: #7E12BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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