Html Css Color HEX #5924CA Purple Heart

📋 copy color: '#5924CA'

red 89 ◦ green 36 ◦ blue 202

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

Shades of Purple Heart #5924CA

Tints of Purple Heart #5924CA

RGB

 RED value IS 89 (35.16% from 255) = 27.22%

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

 BLUE value IS 202 (79.3% from 255) = 61.77%

R = 27.22%
G = 11.01%
B = 61.77%

CMYK

 C value IS 0.56

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5924CA (or 0x5924CA) is known color: Purple Heart. HEX triplet: 59, 24 and CA. RGB value is (89,36,202). Sum of RGB (Red+Green+Blue) = 89+36+202=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 202 (79.30% from 255 or 61.77% from 327); Max value from RGB is 202 - color contains mainly: blue. Hex color #5924CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5924CA is #A6DB35. Grayscale: #464646. Windows color (decimal): -10935094 or 13247577. OLE color: 13247577.

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

Color convert

RGB 89 36 202 -
CMYK 0.56 0.82 0 0.21
HSL 259.16º 0.7% 0.47% -
HSV(B) 259.16º 0.82% 0.79% -
XYZ 15.41 7.65 56.54 -
YUV 70.77 202.06 141 -
System Red Green Blue C M Y K H S L
Decimal 89 36 202 0.56 0.82 0 0.21 259.16 0.7 0.47
Hex 59 24 CA 38 52 0 15 103 46 2F
Octal 131 44 312 70 122 0 25 403 106 57
Binary 1011001 100100 11001010 111000 1010010 0 10101 100000011 1000110 101111

Color Harmonies of #5924CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5924CA

Black with #5924CA

Text Example


Text Example

White with #5924CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5924CA; }

 p { color: rgb(89,36,202); }

 H1.HeaderClassName
 {
   color: #5924CA;
 }
 .AnyTagClassName
 {
   color: #5924CA;
 }
</style>

background-color css

<style>
 a { background-color: #5924CA; }

 a { background-color: rgb(89,36,202); }

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

border-color css

<style>
 span { border-color: #5924CA; }

 span { border-color: rgb(89,36,202); }

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