Html Css Color HEX #5E12AB Purple Heart

📋 copy color: '#5E12AB'

red 94 ◦ green 18 ◦ blue 171

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

Shades of Purple Heart #5E12AB

Tints of Purple Heart #5E12AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60.42%

R = 33.22%
G = 6.36%
B = 60.42%

CMYK

 C value IS 0.45

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E12AB (or 0x5E12AB) is known color: Purple Heart. HEX triplet: 5E, 12 and AB. RGB value is (94,18,171). Sum of RGB (Red+Green+Blue) = 94+18+171=283 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.22% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E12AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E12AB is #A1ED54. Grayscale: #393939. Windows color (decimal): -10612053 or 11211358. OLE color: 11211358.

HSL color Cylindrical-coordinate representation of color #5E12AB: hue angle of 269.8º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E12AB is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 18 171 -
CMYK 0.45 0.89 0 0.33
HSL 269.8º 0.81% 0.37% -
HSV(B) 269.8º 0.89% 0.67% -
XYZ 12.18 5.75 39 -
YUV 58.17 191.68 153.56 -
System Red Green Blue C M Y K H S L
Decimal 94 18 171 0.45 0.89 0 0.33 269.8 0.81 0.37
Hex 5E 12 AB 2D 59 0 21 10E 51 25
Octal 136 22 253 55 131 0 41 416 121 45
Binary 1011110 10010 10101011 101101 1011001 0 100001 100001110 1010001 100101

Color Harmonies of #5E12AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E12AB

Black with #5E12AB

Text Example


Text Example

White with #5E12AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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