Html Css Color HEX #7E12BE Dark Violet

📋 copy color: '#7E12BE'

red 126 ◦ green 18 ◦ blue 190

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

Shades of Dark Violet #7E12BE

Tints of Dark Violet #7E12BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 56.89%

R = 37.72%
G = 5.39%
B = 56.89%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7E12BE (or 0x7E12BE) is known color: Dark Violet. HEX triplet: 7E, 12 and BE. RGB value is (126,18,190). Sum of RGB (Red+Green+Blue) = 126+18+190=334 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.72% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E12BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E12BE is #81ED41. Grayscale: #454545. Windows color (decimal): -8514882 or 12456574. OLE color: 12456574.

HSL color Cylindrical-coordinate representation of color #7E12BE: hue angle of 277.67º 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 #7E12BE is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 18 190 -
CMYK 0.34 0.91 0 0.25
HSL 277.67º 0.83% 0.41% -
HSV(B) 277.67º 0.91% 0.75% -
XYZ 18.11 8.59 49.42 -
YUV 69.9 195.78 168.01 -
System Red Green Blue C M Y K H S L
Decimal 126 18 190 0.34 0.91 0 0.25 277.67 0.83 0.41
Hex 7E 12 BE 22 5B 0 19 116 53 29
Octal 176 22 276 42 133 0 31 426 123 51
Binary 1111110 10010 10111110 100010 1011011 0 11001 100010110 1010011 101001

Color Harmonies of #7E12BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E12BE

Black with #7E12BE

Text Example


Text Example

White with #7E12BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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