Html Css Color HEX #5E24AA Purple Heart

📋 copy color: '#5E24AA'

red 94 ◦ green 36 ◦ blue 170

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

Shades of Purple Heart #5E24AA

Tints of Purple Heart #5E24AA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12%

 BLUE value IS 170 (66.8% from 255) = 56.67%

R = 31.33%
G = 12%
B = 56.67%

CMYK

 C value IS 0.45

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E24AA (or 0x5E24AA) is known color: Purple Heart. HEX triplet: 5E, 24 and AA. RGB value is (94,36,170). Sum of RGB (Red+Green+Blue) = 94+36+170=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E24AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E24AA is #A1DB55. Grayscale: #444444. Windows color (decimal): -10607446 or 11150430. OLE color: 11150430.

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

Color convert

RGB 94 36 170 -
CMYK 0.45 0.79 0 0.33
HSL 265.97º 0.65% 0.4% -
HSV(B) 265.97º 0.79% 0.67% -
XYZ 12.5 6.54 38.63 -
YUV 68.62 185.22 146.1 -
System Red Green Blue C M Y K H S L
Decimal 94 36 170 0.45 0.79 0 0.33 265.97 0.65 0.4
Hex 5E 24 AA 2D 4F 0 21 10A 41 28
Octal 136 44 252 55 117 0 41 412 101 50
Binary 1011110 100100 10101010 101101 1001111 0 100001 100001010 1000001 101000

Color Harmonies of #5E24AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E24AA

Black with #5E24AA

Text Example


Text Example

White with #5E24AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,36,170); }

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

background-color css

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

 a { background-color: rgb(94,36,170); }

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

border-color css

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

 span { border-color: rgb(94,36,170); }

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