Shades of Purple Heart #5933AF
Tints of Purple Heart #5933AF
RGB
CMYK
RGB Variations
Color information
#5933AF (or 0x5933AF) is known color: Purple Heart. HEX triplet: 59, 33 and AF. RGB value is (89,51,175). Sum of RGB (Red+Green+Blue) = 89+51+175=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 175 (68.75% from 255 or 55.56% from 315); Max value from RGB is 175 - color contains mainly: blue. Hex color #5933AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5933AF is #A6CC50. Grayscale: #4C4C4C. Windows color (decimal): -10931281 or 11481945. OLE color: 11481945.
HSL color Cylindrical-coordinate representation of color #5933AF: hue angle of 258.39º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5933AF is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 51 | 175 | - |
| CMYK | 0.49 | 0.71 | 0 | 0.31 |
| HSL | 258.39º | 0.55% | 0.44% | - |
| HSV(B) | 258.39º | 0.71% | 0.69% | - |
| XYZ | 13.04 | 7.59 | 41.33 | - |
| YUV | 76.5 | 183.59 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 51 | 175 | 0.49 | 0.71 | 0 | 0.31 | 258.39 | 0.55 | 0.44 |
| Hex | 59 | 33 | AF | 31 | 47 | 0 | 1F | 102 | 37 | 2C |
| Octal | 131 | 63 | 257 | 61 | 107 | 0 | 37 | 402 | 67 | 54 |
| Binary | 1011001 | 110011 | 10101111 | 110001 | 1000111 | 0 | 11111 | 100000010 | 110111 | 101100 |
Color Harmonies of #5933AF
Complementary color
Monochromatic Colors of #5933AF
Black with #5933AF
Text Example
Text Example
White with #5933AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5933AF; }
p { color: rgb(89,51,175); }
H1.HeaderClassName
{
color: #5933AF;
}
.AnyTagClassName
{
color: #5933AF;
}
</style>
background-color css
<style>
a { background-color: #5933AF; }
a { background-color: rgb(89,51,175); }
div.DivClassName
{
background-color: #5933AF;
}
.BgClassName
{
background-color: #5933AF;
}
</style>
border-color css
<style>
span { border-color: #5933AF; }
span { border-color: rgb(89,51,175); }
td.TdClassName
{
border-color: #5933AF;
}
.TagClassName
{
border-color: #5933AF;
}
</style>