Html Css Color HEX #5924BC Purple Heart

📋 copy color: '#5924BC'

red 89 ◦ green 36 ◦ blue 188

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

Shades of Purple Heart #5924BC

Tints of Purple Heart #5924BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.06%

R = 28.43%
G = 11.5%
B = 60.06%

CMYK

 C value IS 0.53

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5924BC (or 0x5924BC) is known color: Purple Heart. HEX triplet: 59, 24 and BC. RGB value is (89,36,188). Sum of RGB (Red+Green+Blue) = 89+36+188=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #5924BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5924BC is #A6DB43. Grayscale: #444444. Windows color (decimal): -10935108 or 12330073. OLE color: 12330073.

HSL color Cylindrical-coordinate representation of color #5924BC: hue angle of 260.92º 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 #5924BC is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 36 188 -
CMYK 0.53 0.81 0 0.26
HSL 260.92º 0.68% 0.44% -
HSV(B) 260.92º 0.81% 0.74% -
XYZ 13.83 7.02 48.2 -
YUV 69.18 195.06 142.14 -
System Red Green Blue C M Y K H S L
Decimal 89 36 188 0.53 0.81 0 0.26 260.92 0.68 0.44
Hex 59 24 BC 35 51 0 1A 105 44 2C
Octal 131 44 274 65 121 0 32 405 104 54
Binary 1011001 100100 10111100 110101 1010001 0 11010 100000101 1000100 101100

Color Harmonies of #5924BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5924BC

Black with #5924BC

Text Example


Text Example

White with #5924BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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