Html Css Color HEX #5A24CD Purple Heart

📋 copy color: '#5A24CD'

red 90 ◦ green 36 ◦ blue 205

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

Shades of Purple Heart #5A24CD

Tints of Purple Heart #5A24CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.93%

R = 27.19%
G = 10.88%
B = 61.93%

CMYK

 C value IS 0.56

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5A24CD (or 0x5A24CD) is known color: Purple Heart. HEX triplet: 5A, 24 and CD. RGB value is (90,36,205). Sum of RGB (Red+Green+Blue) = 90+36+205=331 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.19% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 205 (80.47% from 255 or 61.93% from 331); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A24CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A24CD is #A5DB32. Grayscale: #464646. Windows color (decimal): -10869555 or 13444186. OLE color: 13444186.

HSL color Cylindrical-coordinate representation of color #5A24CD: hue angle of 259.17º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A24CD is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 90 36 205 -
CMYK 0.56 0.82 0 0.20
HSL 259.17º 0.7% 0.47% -
HSV(B) 259.17º 0.82% 0.8% -
XYZ 15.87 7.84 58.44 -
YUV 71.41 203.39 141.26 -
System Red Green Blue C M Y K H S L
Decimal 90 36 205 0.56 0.82 0 0.20 259.17 0.7 0.47
Hex 5A 24 CD 38 52 0 14 103 46 2F
Octal 132 44 315 70 122 0 24 403 106 57
Binary 1011010 100100 11001101 111000 1010010 0 10100 100000011 1000110 101111

Color Harmonies of #5A24CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A24CD

Black with #5A24CD

Text Example


Text Example

White with #5A24CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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