Shades of Purple Heart #5810CC
Tints of Purple Heart #5810CC
RGB
CMYK
RGB Variations
Color information
#5810CC (or 0x5810CC) is known color: Purple Heart. HEX triplet: 58, 10 and CC. RGB value is (88,16,204). Sum of RGB (Red+Green+Blue) = 88+16+204=308 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.57% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 204 (80.08% from 255 or 66.23% from 308); Max value from RGB is 204 - color contains mainly: blue. Hex color #5810CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5810CC is #A7EF33. Grayscale: #3A3A3A. Windows color (decimal): -11005748 or 13373528. OLE color: 13373528.
HSL color Cylindrical-coordinate representation of color #5810CC: hue angle of 262.98º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5810CC is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 16 | 204 | - |
| CMYK | 0.57 | 0.92 | 0 | 0.2 |
| HSL | 262.98º | 0.85% | 0.43% | - |
| HSV(B) | 262.98º | 0.92% | 0.8% | - |
| XYZ | 15.11 | 6.8 | 57.64 | - |
| YUV | 58.96 | 209.85 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 16 | 204 | 0.57 | 0.92 | 0 | 0.2 | 262.98 | 0.85 | 0.43 |
| Hex | 58 | 10 | CC | 39 | 5C | 0 | 14 | 107 | 55 | 2B |
| Octal | 130 | 20 | 314 | 71 | 134 | 0 | 24 | 407 | 125 | 53 |
| Binary | 1011000 | 10000 | 11001100 | 111001 | 1011100 | 0 | 10100 | 100000111 | 1010101 | 101011 |
Color Harmonies of #5810CC
Complementary color
Monochromatic Colors of #5810CC
Black with #5810CC
Text Example
Text Example
White with #5810CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5810CC; }
p { color: rgb(88,16,204); }
H1.HeaderClassName
{
color: #5810CC;
}
.AnyTagClassName
{
color: #5810CC;
}
</style>
background-color css
<style>
a { background-color: #5810CC; }
a { background-color: rgb(88,16,204); }
div.DivClassName
{
background-color: #5810CC;
}
.BgClassName
{
background-color: #5810CC;
}
</style>
border-color css
<style>
span { border-color: #5810CC; }
span { border-color: rgb(88,16,204); }
td.TdClassName
{
border-color: #5810CC;
}
.TagClassName
{
border-color: #5810CC;
}
</style>