Shades of Purple Heart #5830AF
Tints of Purple Heart #5830AF
RGB
CMYK
RGB Variations
Color information
#5830AF (or 0x5830AF) is known color: Purple Heart. HEX triplet: 58, 30 and AF. RGB value is (88,48,175). Sum of RGB (Red+Green+Blue) = 88+48+175=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #5830AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5830AF is #A7CF50. Grayscale: #494949. Windows color (decimal): -10997585 or 11481176. OLE color: 11481176.
HSL color Cylindrical-coordinate representation of color #5830AF: hue angle of 258.9º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5830AF is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 48 | 175 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.31 |
| HSL | 258.9º | 0.57% | 0.44% | - |
| HSV(B) | 258.9º | 0.73% | 0.69% | - |
| XYZ | 12.82 | 7.28 | 41.29 | - |
| YUV | 74.44 | 184.75 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 48 | 175 | 0.50 | 0.73 | 0 | 0.31 | 258.9 | 0.57 | 0.44 |
| Hex | 58 | 30 | AF | 32 | 49 | 0 | 1F | 103 | 39 | 2C |
| Octal | 130 | 60 | 257 | 62 | 111 | 0 | 37 | 403 | 71 | 54 |
| Binary | 1011000 | 110000 | 10101111 | 110010 | 1001001 | 0 | 11111 | 100000011 | 111001 | 101100 |
Color Harmonies of #5830AF
Complementary color
Monochromatic Colors of #5830AF
Black with #5830AF
Text Example
Text Example
White with #5830AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5830AF; }
p { color: rgb(88,48,175); }
H1.HeaderClassName
{
color: #5830AF;
}
.AnyTagClassName
{
color: #5830AF;
}
</style>
background-color css
<style>
a { background-color: #5830AF; }
a { background-color: rgb(88,48,175); }
div.DivClassName
{
background-color: #5830AF;
}
.BgClassName
{
background-color: #5830AF;
}
</style>
border-color css
<style>
span { border-color: #5830AF; }
span { border-color: rgb(88,48,175); }
td.TdClassName
{
border-color: #5830AF;
}
.TagClassName
{
border-color: #5830AF;
}
</style>