Shades of Purple Heart #5833AF
Tints of Purple Heart #5833AF
RGB
CMYK
RGB Variations
Color information
#5833AF (or 0x5833AF) is known color: Purple Heart. HEX triplet: 58, 33 and AF. RGB value is (88,51,175). Sum of RGB (Red+Green+Blue) = 88+51+175=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 175 (68.75% from 255 or 55.73% from 314); Max value from RGB is 175 - color contains mainly: blue. Hex color #5833AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5833AF is #A7CC50. Grayscale: #4B4B4B. Windows color (decimal): -10996817 or 11481944. OLE color: 11481944.
HSL color Cylindrical-coordinate representation of color #5833AF: hue angle of 257.9º 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 #5833AF is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 51 | 175 | - |
| CMYK | 0.50 | 0.71 | 0 | 0.31 |
| HSL | 257.9º | 0.55% | 0.44% | - |
| HSV(B) | 257.9º | 0.71% | 0.69% | - |
| XYZ | 12.95 | 7.54 | 41.33 | - |
| YUV | 76.2 | 183.76 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 51 | 175 | 0.50 | 0.71 | 0 | 0.31 | 257.9 | 0.55 | 0.44 |
| Hex | 58 | 33 | AF | 32 | 47 | 0 | 1F | 102 | 37 | 2C |
| Octal | 130 | 63 | 257 | 62 | 107 | 0 | 37 | 402 | 67 | 54 |
| Binary | 1011000 | 110011 | 10101111 | 110010 | 1000111 | 0 | 11111 | 100000010 | 110111 | 101100 |
Color Harmonies of #5833AF
Complementary color
Monochromatic Colors of #5833AF
Black with #5833AF
Text Example
Text Example
White with #5833AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5833AF; }
p { color: rgb(88,51,175); }
H1.HeaderClassName
{
color: #5833AF;
}
.AnyTagClassName
{
color: #5833AF;
}
</style>
background-color css
<style>
a { background-color: #5833AF; }
a { background-color: rgb(88,51,175); }
div.DivClassName
{
background-color: #5833AF;
}
.BgClassName
{
background-color: #5833AF;
}
</style>
border-color css
<style>
span { border-color: #5833AF; }
span { border-color: rgb(88,51,175); }
td.TdClassName
{
border-color: #5833AF;
}
.TagClassName
{
border-color: #5833AF;
}
</style>