Shades of Purple Heart #582FCC
Tints of Purple Heart #582FCC
RGB
CMYK
RGB Variations
Color information
#582FCC (or 0x582FCC) is known color: Purple Heart. HEX triplet: 58, 2F and CC. RGB value is (88,47,204). Sum of RGB (Red+Green+Blue) = 88+47+204=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 47 (18.75% from 255 or 13.86% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #582FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582FCC is #A7D033. Grayscale: #4C4C4C. Windows color (decimal): -10997812 or 13381464. OLE color: 13381464.
HSL color Cylindrical-coordinate representation of color #582FCC: hue angle of 255.67º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #582FCC is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 47 | 204 | - |
| CMYK | 0.57 | 0.77 | 0 | 0.2 |
| HSL | 255.67º | 0.63% | 0.49% | - |
| HSV(B) | 255.67º | 0.77% | 0.8% | - |
| XYZ | 15.94 | 8.47 | 57.92 | - |
| YUV | 77.16 | 199.58 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 47 | 204 | 0.57 | 0.77 | 0 | 0.2 | 255.67 | 0.63 | 0.49 |
| Hex | 58 | 2F | CC | 39 | 4D | 0 | 14 | 100 | 3F | 31 |
| Octal | 130 | 57 | 314 | 71 | 115 | 0 | 24 | 400 | 77 | 61 |
| Binary | 1011000 | 101111 | 11001100 | 111001 | 1001101 | 0 | 10100 | 100000000 | 111111 | 110001 |
Color Harmonies of #582FCC
Complementary color
Monochromatic Colors of #582FCC
Black with #582FCC
Text Example
Text Example
White with #582FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582FCC; }
p { color: rgb(88,47,204); }
H1.HeaderClassName
{
color: #582FCC;
}
.AnyTagClassName
{
color: #582FCC;
}
</style>
background-color css
<style>
a { background-color: #582FCC; }
a { background-color: rgb(88,47,204); }
div.DivClassName
{
background-color: #582FCC;
}
.BgClassName
{
background-color: #582FCC;
}
</style>
border-color css
<style>
span { border-color: #582FCC; }
span { border-color: rgb(88,47,204); }
td.TdClassName
{
border-color: #582FCC;
}
.TagClassName
{
border-color: #582FCC;
}
</style>