Html Css Color HEX #5E24AB Purple Heart

📋 copy color: '#5E24AB'

red 94 ◦ green 36 ◦ blue 171

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

Shades of Purple Heart #5E24AB

Tints of Purple Heart #5E24AB

RGB

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

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

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

R = 31.23%
G = 11.96%
B = 56.81%

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

#5E24AB (or 0x5E24AB) is known color: Purple Heart. HEX triplet: 5E, 24 and AB. RGB value is (94,36,171). Sum of RGB (Red+Green+Blue) = 94+36+171=301 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.23% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E24AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E24AB is #A1DB54. Grayscale: #444444. Windows color (decimal): -10607445 or 11215966. OLE color: 11215966.

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

Color convert

RGB 94 36 171 -
CMYK 0.45 0.79 0 0.33
HSL 265.78º 0.65% 0.41% -
HSV(B) 265.78º 0.79% 0.67% -
XYZ 12.6 6.58 39.13 -
YUV 68.73 185.72 146.02 -
System Red Green Blue C M Y K H S L
Decimal 94 36 171 0.45 0.79 0 0.33 265.78 0.65 0.41
Hex 5E 24 AB 2D 4F 0 21 10A 41 29
Octal 136 44 253 55 117 0 41 412 101 51
Binary 1011110 100100 10101011 101101 1001111 0 100001 100001010 1000001 101001

Color Harmonies of #5E24AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E24AB

Black with #5E24AB

Text Example


Text Example

White with #5E24AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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