#5933BF

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

Shades of Purple Heart #5933BF

Tints of Purple Heart #5933BF

Color information

#5933BF (or 0x5933BF) is unknown color: approx Purple Heart. HEX triplet: 59, 33 and BF. RGB value is (89,51,191). Sum of RGB (Red+Green+Blue) = 89+51+191=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #5933BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5933BF is #A6CC40. Grayscale: #4D4D4D. Windows color (decimal): -10931265 or 12530521. OLE color: 12530521.

HSL color Cylindrical-coordinate representation of color #5933BF: hue angle of 256.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5933BF is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8951191-
CMYK0.530.7300.25
HSL256.29º57.85%47.45%-
HSV(B)256.29º73.3%74.9%-
XYZ14.718.2550.11-
YUV78.32191.59135.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.89%
GREEN value IS 51 (20.31% from 255) = 15.41%
BLUE value IS 191 (75% from 255) = 57.70%
R=26.89%
G=15.41%
B=57.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal89511910.530.7300.25256.2957.8547.45
Hex5933BF35490191003a2f
Octal13163277651110314007257
Binary1011001110011101111111101011001001011001100000000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5933BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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