Html Css Color HEX #5E12BA Purple Heart

📋 copy color: '#5E12BA'

red 94 ◦ green 18 ◦ blue 186

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

Shades of Purple Heart #5E12BA

Tints of Purple Heart #5E12BA

RGB

 RED value IS 94 (37.11% from 255) = 31.54%

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

 BLUE value IS 186 (73.05% from 255) = 62.42%

R = 31.54%
G = 6.04%
B = 62.42%

CMYK

 C value IS 0.49

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5E12BA (or 0x5E12BA) is known color: Purple Heart. HEX triplet: 5E, 12 and BA. RGB value is (94,18,186). Sum of RGB (Red+Green+Blue) = 94+18+186=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E12BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E12BA is #A1ED45. Grayscale: #3B3B3B. Windows color (decimal): -10612038 or 12194398. OLE color: 12194398.

HSL color Cylindrical-coordinate representation of color #5E12BA: hue angle of 267.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E12BA is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 94 18 186 -
CMYK 0.49 0.90 0 0.27
HSL 267.14º 0.82% 0.4% -
HSV(B) 267.14º 0.9% 0.73% -
XYZ 13.7 6.36 46.96 -
YUV 59.88 199.18 152.34 -
System Red Green Blue C M Y K H S L
Decimal 94 18 186 0.49 0.90 0 0.27 267.14 0.82 0.4
Hex 5E 12 BA 31 5A 0 1B 10B 52 28
Octal 136 22 272 61 132 0 33 413 122 50
Binary 1011110 10010 10111010 110001 1011010 0 11011 100001011 1010010 101000

Color Harmonies of #5E12BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E12BA

Black with #5E12BA

Text Example


Text Example

White with #5E12BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E12BA; }

 p { color: rgb(94,18,186); }

 H1.HeaderClassName
 {
   color: #5E12BA;
 }
 .AnyTagClassName
 {
   color: #5E12BA;
 }
</style>

background-color css

<style>
 a { background-color: #5E12BA; }

 a { background-color: rgb(94,18,186); }

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

border-color css

<style>
 span { border-color: #5E12BA; }

 span { border-color: rgb(94,18,186); }

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