Html Css Color HEX #5E12AC Purple Heart

📋 copy color: '#5E12AC'

red 94 ◦ green 18 ◦ blue 172

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

Shades of Purple Heart #5E12AC

Tints of Purple Heart #5E12AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 60.56%

R = 33.1%
G = 6.34%
B = 60.56%

CMYK

 C value IS 0.45

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E12AC (or 0x5E12AC) is known color: Purple Heart. HEX triplet: 5E, 12 and AC. RGB value is (94,18,172). Sum of RGB (Red+Green+Blue) = 94+18+172=284 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.10% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E12AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E12AC is #A1ED53. Grayscale: #393939. Windows color (decimal): -10612052 or 11276894. OLE color: 11276894.

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

Color convert

RGB 94 18 172 -
CMYK 0.45 0.90 0 0.33
HSL 269.61º 0.81% 0.37% -
HSV(B) 269.61º 0.9% 0.67% -
XYZ 12.28 5.79 39.5 -
YUV 58.28 192.18 153.48 -
System Red Green Blue C M Y K H S L
Decimal 94 18 172 0.45 0.90 0 0.33 269.61 0.81 0.37
Hex 5E 12 AC 2D 5A 0 21 10E 51 25
Octal 136 22 254 55 132 0 41 416 121 45
Binary 1011110 10010 10101100 101101 1011010 0 100001 100001110 1010001 100101

Color Harmonies of #5E12AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E12AC

Black with #5E12AC

Text Example


Text Example

White with #5E12AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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