Shades of Purple Heart #5312CF
Tints of Purple Heart #5312CF
RGB
CMYK
RGB Variations
Color information
#5312CF (or 0x5312CF) is known color: Purple Heart. HEX triplet: 53, 12 and CF. RGB value is (83,18,207). Sum of RGB (Red+Green+Blue) = 83+18+207=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 207 (81.25% from 255 or 67.21% from 308); Max value from RGB is 207 - color contains mainly: blue. Hex color #5312CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5312CF is #ACED30. Grayscale: #3A3A3A. Windows color (decimal): -11332913 or 13570643. OLE color: 13570643.
HSL color Cylindrical-coordinate representation of color #5312CF: hue angle of 260.63º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5312CF is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 18 | 207 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.19 |
| HSL | 260.63º | 0.84% | 0.44% | - |
| HSV(B) | 260.63º | 0.91% | 0.81% | - |
| XYZ | 15.05 | 6.78 | 59.55 | - |
| YUV | 58.98 | 211.53 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 18 | 207 | 0.60 | 0.91 | 0 | 0.19 | 260.63 | 0.84 | 0.44 |
| Hex | 53 | 12 | CF | 3C | 5B | 0 | 13 | 105 | 54 | 2C |
| Octal | 123 | 22 | 317 | 74 | 133 | 0 | 23 | 405 | 124 | 54 |
| Binary | 1010011 | 10010 | 11001111 | 111100 | 1011011 | 0 | 10011 | 100000101 | 1010100 | 101100 |
Color Harmonies of #5312CF
Complementary color
Monochromatic Colors of #5312CF
Black with #5312CF
Text Example
Text Example
White with #5312CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5312CF; }
p { color: rgb(83,18,207); }
H1.HeaderClassName
{
color: #5312CF;
}
.AnyTagClassName
{
color: #5312CF;
}
</style>
background-color css
<style>
a { background-color: #5312CF; }
a { background-color: rgb(83,18,207); }
div.DivClassName
{
background-color: #5312CF;
}
.BgClassName
{
background-color: #5312CF;
}
</style>
border-color css
<style>
span { border-color: #5312CF; }
span { border-color: rgb(83,18,207); }
td.TdClassName
{
border-color: #5312CF;
}
.TagClassName
{
border-color: #5312CF;
}
</style>