#5933BB

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

Shades of Purple Heart #5933BB

Tints of Purple Heart #5933BB

Color information

#5933BB (or 0x5933BB) is unknown color: approx Purple Heart. HEX triplet: 59, 33 and BB. RGB value is (89,51,187). Sum of RGB (Red+Green+Blue) = 89+51+187=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 187 (73.44% from 255 or 57.19% from 327); Max value from RGB is 187 - color contains mainly: blue. Hex color #5933BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5933BB is #A6CC44. Grayscale: #4D4D4D. Windows color (decimal): -10931269 or 12268377. OLE color: 12268377.

HSL color Cylindrical-coordinate representation of color #5933BB: hue angle of 256.76º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5933BB is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8951187-
CMYK0.520.7300.27
HSL256.76º57.14%46.67%-
HSV(B)256.76º72.73%73.33%-
XYZ14.278.0847.82-
YUV77.87189.59135.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.22%
GREEN value IS 51 (20.31% from 255) = 15.60%
BLUE value IS 187 (73.44% from 255) = 57.19%
R=27.22%
G=15.60%
B=57.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal89511870.520.7300.27256.7657.1446.67
Hex5933BB344901B101392f
Octal13163273641110334017157
Binary1011001110011101110111101001001001011011100000001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5933BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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