Shades of Purple Heart #5318CE
Tints of Purple Heart #5318CE
RGB
CMYK
RGB Variations
Color information
#5318CE (or 0x5318CE) is known color: Purple Heart. HEX triplet: 53, 18 and CE. RGB value is (83,24,206). Sum of RGB (Red+Green+Blue) = 83+24+206=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 206 (80.86% from 255 or 65.81% from 313); Max value from RGB is 206 - color contains mainly: blue. Hex color #5318CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5318CE is #ACE731. Grayscale: #3D3D3D. Windows color (decimal): -11331378 or 13506643. OLE color: 13506643.
HSL color Cylindrical-coordinate representation of color #5318CE: hue angle of 259.45º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5318CE is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 24 | 206 | - |
| CMYK | 0.60 | 0.88 | 0 | 0.19 |
| HSL | 259.45º | 0.79% | 0.45% | - |
| HSV(B) | 259.45º | 0.88% | 0.81% | - |
| XYZ | 15.03 | 6.95 | 58.94 | - |
| YUV | 62.39 | 209.05 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 24 | 206 | 0.60 | 0.88 | 0 | 0.19 | 259.45 | 0.79 | 0.45 |
| Hex | 53 | 18 | CE | 3C | 58 | 0 | 13 | 103 | 4F | 2D |
| Octal | 123 | 30 | 316 | 74 | 130 | 0 | 23 | 403 | 117 | 55 |
| Binary | 1010011 | 11000 | 11001110 | 111100 | 1011000 | 0 | 10011 | 100000011 | 1001111 | 101101 |
Color Harmonies of #5318CE
Complementary color
Monochromatic Colors of #5318CE
Black with #5318CE
Text Example
Text Example
White with #5318CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5318CE; }
p { color: rgb(83,24,206); }
H1.HeaderClassName
{
color: #5318CE;
}
.AnyTagClassName
{
color: #5318CE;
}
</style>
background-color css
<style>
a { background-color: #5318CE; }
a { background-color: rgb(83,24,206); }
div.DivClassName
{
background-color: #5318CE;
}
.BgClassName
{
background-color: #5318CE;
}
</style>
border-color css
<style>
span { border-color: #5318CE; }
span { border-color: rgb(83,24,206); }
td.TdClassName
{
border-color: #5318CE;
}
.TagClassName
{
border-color: #5318CE;
}
</style>