Html Css Color HEX #5921AB Purple Heart

📋 copy color: '#5921AB'

red 89 ◦ green 33 ◦ blue 171

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

Shades of Purple Heart #5921AB

Tints of Purple Heart #5921AB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.26%

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

R = 30.38%
G = 11.26%
B = 58.36%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5921AB (or 0x5921AB) is known color: Purple Heart. HEX triplet: 59, 21 and AB. RGB value is (89,33,171). Sum of RGB (Red+Green+Blue) = 89+33+171=293 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.38% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #5921AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5921AB is #A6DE54. Grayscale: #404040. Windows color (decimal): -10935893 or 11215193. OLE color: 11215193.

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

Color convert

RGB 89 33 171 -
CMYK 0.48 0.81 0 0.33
HSL 264.35º 0.68% 0.4% -
HSV(B) 264.35º 0.81% 0.67% -
XYZ 12.01 6.15 39.08 -
YUV 65.48 187.55 144.78 -
System Red Green Blue C M Y K H S L
Decimal 89 33 171 0.48 0.81 0 0.33 264.35 0.68 0.4
Hex 59 21 AB 30 51 0 21 108 44 28
Octal 131 41 253 60 121 0 41 410 104 50
Binary 1011001 100001 10101011 110000 1010001 0 100001 100001000 1000100 101000

Color Harmonies of #5921AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5921AB

Black with #5921AB

Text Example


Text Example

White with #5921AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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