Shades of Purple Heart #5310CC
Tints of Purple Heart #5310CC
RGB
CMYK
RGB Variations
Color information
#5310CC (or 0x5310CC) is known color: Purple Heart. HEX triplet: 53, 10 and CC. RGB value is (83,16,204). Sum of RGB (Red+Green+Blue) = 83+16+204=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 204 (80.08% from 255 or 67.33% from 303); Max value from RGB is 204 - color contains mainly: blue. Hex color #5310CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5310CC is #ACEF33. Grayscale: #383838. Windows color (decimal): -11333428 or 13373523. OLE color: 13373523.
HSL color Cylindrical-coordinate representation of color #5310CC: hue angle of 261.38º 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 #5310CC is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 16 | 204 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.2 |
| HSL | 261.38º | 0.85% | 0.43% | - |
| HSV(B) | 261.38º | 0.92% | 0.8% | - |
| XYZ | 14.65 | 6.57 | 57.62 | - |
| YUV | 57.47 | 210.7 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 16 | 204 | 0.59 | 0.92 | 0 | 0.2 | 261.38 | 0.85 | 0.43 |
| Hex | 53 | 10 | CC | 3B | 5C | 0 | 14 | 105 | 55 | 2B |
| Octal | 123 | 20 | 314 | 73 | 134 | 0 | 24 | 405 | 125 | 53 |
| Binary | 1010011 | 10000 | 11001100 | 111011 | 1011100 | 0 | 10100 | 100000101 | 1010101 | 101011 |
Color Harmonies of #5310CC
Complementary color
Monochromatic Colors of #5310CC
Black with #5310CC
Text Example
Text Example
White with #5310CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5310CC; }
p { color: rgb(83,16,204); }
H1.HeaderClassName
{
color: #5310CC;
}
.AnyTagClassName
{
color: #5310CC;
}
</style>
background-color css
<style>
a { background-color: #5310CC; }
a { background-color: rgb(83,16,204); }
div.DivClassName
{
background-color: #5310CC;
}
.BgClassName
{
background-color: #5310CC;
}
</style>
border-color css
<style>
span { border-color: #5310CC; }
span { border-color: rgb(83,16,204); }
td.TdClassName
{
border-color: #5310CC;
}
.TagClassName
{
border-color: #5310CC;
}
</style>