Shades of Purple Heart #5803CC
Tints of Purple Heart #5803CC
RGB
CMYK
RGB Variations
Color information
#5803CC (or 0x5803CC) is known color: Purple Heart. HEX triplet: 58, 03 and CC. RGB value is (88,3,204). Sum of RGB (Red+Green+Blue) = 88+3+204=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 204 (80.08% from 255 or 69.15% from 295); Max value from RGB is 204 - color contains mainly: blue. Hex color #5803CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5803CC is #A7FC33. Grayscale: #323232. Windows color (decimal): -11009076 or 13370200. OLE color: 13370200.
HSL color Cylindrical-coordinate representation of color #5803CC: hue angle of 265.37º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5803CC is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 3 | 204 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.2 |
| HSL | 265.37º | 0.97% | 0.41% | - |
| HSV(B) | 265.37º | 0.99% | 0.8% | - |
| XYZ | 14.96 | 6.5 | 57.59 | - |
| YUV | 51.33 | 214.16 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 3 | 204 | 0.57 | 0.99 | 0 | 0.2 | 265.37 | 0.97 | 0.41 |
| Hex | 58 | 3 | CC | 39 | 63 | 0 | 14 | 109 | 61 | 29 |
| Octal | 130 | 3 | 314 | 71 | 143 | 0 | 24 | 411 | 141 | 51 |
| Binary | 1011000 | 11 | 11001100 | 111001 | 1100011 | 0 | 10100 | 100001001 | 1100001 | 101001 |
Color Harmonies of #5803CC
Complementary color
Monochromatic Colors of #5803CC
Black with #5803CC
Text Example
Text Example
White with #5803CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5803CC; }
p { color: rgb(88,3,204); }
H1.HeaderClassName
{
color: #5803CC;
}
.AnyTagClassName
{
color: #5803CC;
}
</style>
background-color css
<style>
a { background-color: #5803CC; }
a { background-color: rgb(88,3,204); }
div.DivClassName
{
background-color: #5803CC;
}
.BgClassName
{
background-color: #5803CC;
}
</style>
border-color css
<style>
span { border-color: #5803CC; }
span { border-color: rgb(88,3,204); }
td.TdClassName
{
border-color: #5803CC;
}
.TagClassName
{
border-color: #5803CC;
}
</style>