Html Css Color HEX #5928AB Purple Heart

📋 copy color: '#5928AB'

red 89 ◦ green 40 ◦ blue 171

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

Shades of Purple Heart #5928AB

Tints of Purple Heart #5928AB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.33%

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

R = 29.67%
G = 13.33%
B = 57%

CMYK

 C value IS 0.48

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5928AB (or 0x5928AB) is known color: Purple Heart. HEX triplet: 59, 28 and AB. RGB value is (89,40,171). Sum of RGB (Red+Green+Blue) = 89+40+171=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #5928AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5928AB is #A6D754. Grayscale: #454545. Windows color (decimal): -10934101 or 11216985. OLE color: 11216985.

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

Color convert

RGB 89 40 171 -
CMYK 0.48 0.77 0 0.33
HSL 262.44º 0.62% 0.41% -
HSV(B) 262.44º 0.77% 0.67% -
XYZ 12.23 6.58 39.15 -
YUV 69.59 185.23 141.85 -
System Red Green Blue C M Y K H S L
Decimal 89 40 171 0.48 0.77 0 0.33 262.44 0.62 0.41
Hex 59 28 AB 30 4D 0 21 106 3E 29
Octal 131 50 253 60 115 0 41 406 76 51
Binary 1011001 101000 10101011 110000 1001101 0 100001 100000110 111110 101001

Color Harmonies of #5928AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5928AB

Black with #5928AB

Text Example


Text Example

White with #5928AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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