Html Css Color HEX #5932AB Purple Heart

📋 copy color: '#5932AB'

red 89 ◦ green 50 ◦ blue 171

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

Shades of Purple Heart #5932AB

Tints of Purple Heart #5932AB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.13%

 BLUE value IS 171 (67.19% from 255) = 55.16%

R = 28.71%
G = 16.13%
B = 55.16%

CMYK

 C value IS 0.48

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5932AB (or 0x5932AB) is known color: Purple Heart. HEX triplet: 59, 32 and AB. RGB value is (89,50,171). Sum of RGB (Red+Green+Blue) = 89+50+171=310 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.71% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #5932AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5932AB is #A6CD54. Grayscale: #4B4B4B. Windows color (decimal): -10931541 or 11219545. OLE color: 11219545.

HSL color Cylindrical-coordinate representation of color #5932AB: hue angle of 259.34º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5932AB is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 50 171 -
CMYK 0.48 0.71 0 0.33
HSL 259.34º 0.55% 0.43% -
HSV(B) 259.34º 0.71% 0.67% -
XYZ 12.61 7.35 39.28 -
YUV 75.46 181.92 137.66 -
System Red Green Blue C M Y K H S L
Decimal 89 50 171 0.48 0.71 0 0.33 259.34 0.55 0.43
Hex 59 32 AB 30 47 0 21 103 37 2B
Octal 131 62 253 60 107 0 41 403 67 53
Binary 1011001 110010 10101011 110000 1000111 0 100001 100000011 110111 101011

Color Harmonies of #5932AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5932AB

Black with #5932AB

Text Example


Text Example

White with #5932AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5932AB; }

 p { color: rgb(89,50,171); }

 H1.HeaderClassName
 {
   color: #5932AB;
 }
 .AnyTagClassName
 {
   color: #5932AB;
 }
</style>

background-color css

<style>
 a { background-color: #5932AB; }

 a { background-color: rgb(89,50,171); }

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

border-color css

<style>
 span { border-color: #5932AB; }

 span { border-color: rgb(89,50,171); }

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