Html Css Color HEX #5A24BD Purple Heart

📋 copy color: '#5A24BD'

red 90 ◦ green 36 ◦ blue 189

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

Shades of Purple Heart #5A24BD

Tints of Purple Heart #5A24BD

RGB

 RED value IS 90 (35.55% from 255) = 28.57%

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

 BLUE value IS 189 (74.22% from 255) = 60%

R = 28.57%
G = 11.43%
B = 60%

CMYK

 C value IS 0.52

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5A24BD (or 0x5A24BD) is known color: Purple Heart. HEX triplet: 5A, 24 and BD. RGB value is (90,36,189). Sum of RGB (Red+Green+Blue) = 90+36+189=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 189 (74.22% from 255 or 60% from 315); Max value from RGB is 189 - color contains mainly: blue. Hex color #5A24BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A24BD is #A5DB42. Grayscale: #454545. Windows color (decimal): -10869571 or 12395610. OLE color: 12395610.

HSL color Cylindrical-coordinate representation of color #5A24BD: hue angle of 261.18º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A24BD is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 36 189 -
CMYK 0.52 0.81 0 0.26
HSL 261.18º 0.68% 0.44% -
HSV(B) 261.18º 0.81% 0.74% -
XYZ 14.03 7.11 48.78 -
YUV 69.59 195.39 142.56 -
System Red Green Blue C M Y K H S L
Decimal 90 36 189 0.52 0.81 0 0.26 261.18 0.68 0.44
Hex 5A 24 BD 34 51 0 1A 105 44 2C
Octal 132 44 275 64 121 0 32 405 104 54
Binary 1011010 100100 10111101 110100 1010001 0 11010 100000101 1000100 101100

Color Harmonies of #5A24BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A24BD

Black with #5A24BD

Text Example


Text Example

White with #5A24BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,36,189); }

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

background-color css

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

 a { background-color: rgb(90,36,189); }

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

border-color css

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

 span { border-color: rgb(90,36,189); }

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