Shades of Purple Heart #582FC9
Tints of Purple Heart #582FC9
RGB
CMYK
RGB Variations
Color information
#582FC9 (or 0x582FC9) is known color: Purple Heart. HEX triplet: 58, 2F and C9. RGB value is (88,47,201). Sum of RGB (Red+Green+Blue) = 88+47+201=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 201 (78.91% from 255 or 59.82% from 336); Max value from RGB is 201 - color contains mainly: blue. Hex color #582FC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582FC9 is #A7D036. Grayscale: #4C4C4C. Windows color (decimal): -10997815 or 13184856. OLE color: 13184856.
HSL color Cylindrical-coordinate representation of color #582FC9: hue angle of 255.97º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #582FC9 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 47 | 201 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.21 |
| HSL | 255.97º | 0.62% | 0.49% | - |
| HSV(B) | 255.97º | 0.77% | 0.79% | - |
| XYZ | 15.58 | 8.32 | 56.04 | - |
| YUV | 76.82 | 198.08 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 47 | 201 | 0.56 | 0.77 | 0 | 0.21 | 255.97 | 0.62 | 0.49 |
| Hex | 58 | 2F | C9 | 38 | 4D | 0 | 15 | 100 | 3E | 31 |
| Octal | 130 | 57 | 311 | 70 | 115 | 0 | 25 | 400 | 76 | 61 |
| Binary | 1011000 | 101111 | 11001001 | 111000 | 1001101 | 0 | 10101 | 100000000 | 111110 | 110001 |
Color Harmonies of #582FC9
Complementary color
Monochromatic Colors of #582FC9
Black with #582FC9
Text Example
Text Example
White with #582FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582FC9; }
p { color: rgb(88,47,201); }
H1.HeaderClassName
{
color: #582FC9;
}
.AnyTagClassName
{
color: #582FC9;
}
</style>
background-color css
<style>
a { background-color: #582FC9; }
a { background-color: rgb(88,47,201); }
div.DivClassName
{
background-color: #582FC9;
}
.BgClassName
{
background-color: #582FC9;
}
</style>
border-color css
<style>
span { border-color: #582FC9; }
span { border-color: rgb(88,47,201); }
td.TdClassName
{
border-color: #582FC9;
}
.TagClassName
{
border-color: #582FC9;
}
</style>