Html Css Color HEX #5924BB Purple Heart

📋 copy color: '#5924BB'

red 89 ◦ green 36 ◦ blue 187

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

Shades of Purple Heart #5924BB

Tints of Purple Heart #5924BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 59.94%

R = 28.53%
G = 11.54%
B = 59.94%

CMYK

 C value IS 0.52

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5924BB (or 0x5924BB) is known color: Purple Heart. HEX triplet: 59, 24 and BB. RGB value is (89,36,187). Sum of RGB (Red+Green+Blue) = 89+36+187=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #5924BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5924BB is #A6DB44. Grayscale: #444444. Windows color (decimal): -10935109 or 12264537. OLE color: 12264537.

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

Color convert

RGB 89 36 187 -
CMYK 0.52 0.81 0 0.27
HSL 261.06º 0.68% 0.44% -
HSV(B) 261.06º 0.81% 0.73% -
XYZ 13.72 6.97 47.64 -
YUV 69.06 194.56 142.22 -
System Red Green Blue C M Y K H S L
Decimal 89 36 187 0.52 0.81 0 0.27 261.06 0.68 0.44
Hex 59 24 BB 34 51 0 1B 105 44 2C
Octal 131 44 273 64 121 0 33 405 104 54
Binary 1011001 100100 10111011 110100 1010001 0 11011 100000101 1000100 101100

Color Harmonies of #5924BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5924BB

Black with #5924BB

Text Example


Text Example

White with #5924BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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