Html Css Color HEX #5E13AC Purple Heart

📋 copy color: '#5E13AC'

red 94 ◦ green 19 ◦ blue 172

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

Shades of Purple Heart #5E13AC

Tints of Purple Heart #5E13AC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.67%

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

R = 32.98%
G = 6.67%
B = 60.35%

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

#5E13AC (or 0x5E13AC) is known color: Purple Heart. HEX triplet: 5E, 13 and AC. RGB value is (94,19,172). Sum of RGB (Red+Green+Blue) = 94+19+172=285 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.98% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E13AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E13AC is #A1EC53. Grayscale: #3A3A3A. Windows color (decimal): -10611796 or 11277150. OLE color: 11277150.

HSL color Cylindrical-coordinate representation of color #5E13AC: hue angle of 269.41º degrees, saturation: 0.8, 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 #5E13AC is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 19 172 -
CMYK 0.45 0.89 0 0.33
HSL 269.41º 0.8% 0.37% -
HSV(B) 269.41º 0.89% 0.67% -
XYZ 12.3 5.82 39.51 -
YUV 58.87 191.85 153.06 -
System Red Green Blue C M Y K H S L
Decimal 94 19 172 0.45 0.89 0 0.33 269.41 0.8 0.37
Hex 5E 13 AC 2D 59 0 21 10D 50 25
Octal 136 23 254 55 131 0 41 415 120 45
Binary 1011110 10011 10101100 101101 1011001 0 100001 100001101 1010000 100101

Color Harmonies of #5E13AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E13AC

Black with #5E13AC

Text Example


Text Example

White with #5E13AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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