#5933AB

Color #5933AB Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5933AB

Tints of Purple Heart #5933AB

Color information

#5933AB (or 0x5933AB) is unknown color: approx Purple Heart. HEX triplet: 59, 33 and AB. RGB value is (89,51,171). Sum of RGB (Red+Green+Blue) = 89+51+171=311 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.62% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #5933AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5933AB is #A6CC54. Grayscale: #4B4B4B. Windows color (decimal): -10931285 or 11219801. OLE color: 11219801.

HSL color Cylindrical-coordinate representation of color #5933AB: hue angle of 259º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5933AB is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8951171-
CMYK0.480.7000.33
HSL259º54.05%43.53%-
HSV(B)259º70.18%67.06%-
XYZ12.657.4339.3-
YUV76.04181.59137.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.62%
GREEN value IS 51 (20.31% from 255) = 16.40%
BLUE value IS 171 (67.19% from 255) = 54.98%
R=28.62%
G=16.40%
B=54.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal89511710.480.7000.3325954.0543.53
Hex5933AB3046021103362c
Octal13163253601060414036654
Binary10110011100111010101111000010001100100001100000011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5933AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5933AB;
 }
 .AnyTagClassName
 {
   color: #5933AB;
 }
</style>
background-color css

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

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

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

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

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

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