Shades of Purple Heart #5313CC
Tints of Purple Heart #5313CC
RGB
CMYK
RGB Variations
Color information
#5313CC (or 0x5313CC) is known color: Purple Heart. HEX triplet: 53, 13 and CC. RGB value is (83,19,204). Sum of RGB (Red+Green+Blue) = 83+19+204=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #5313CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5313CC is #ACEC33. Grayscale: #3A3A3A. Windows color (decimal): -11332660 or 13374291. OLE color: 13374291.
HSL color Cylindrical-coordinate representation of color #5313CC: hue angle of 260.76º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5313CC is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 19 | 204 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.2 |
| HSL | 260.76º | 0.83% | 0.44% | - |
| HSV(B) | 260.76º | 0.91% | 0.8% | - |
| XYZ | 14.7 | 6.66 | 57.64 | - |
| YUV | 59.23 | 209.7 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 19 | 204 | 0.59 | 0.91 | 0 | 0.2 | 260.76 | 0.83 | 0.44 |
| Hex | 53 | 13 | CC | 3B | 5B | 0 | 14 | 105 | 53 | 2C |
| Octal | 123 | 23 | 314 | 73 | 133 | 0 | 24 | 405 | 123 | 54 |
| Binary | 1010011 | 10011 | 11001100 | 111011 | 1011011 | 0 | 10100 | 100000101 | 1010011 | 101100 |
Color Harmonies of #5313CC
Complementary color
Monochromatic Colors of #5313CC
Black with #5313CC
Text Example
Text Example
White with #5313CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5313CC; }
p { color: rgb(83,19,204); }
H1.HeaderClassName
{
color: #5313CC;
}
.AnyTagClassName
{
color: #5313CC;
}
</style>
background-color css
<style>
a { background-color: #5313CC; }
a { background-color: rgb(83,19,204); }
div.DivClassName
{
background-color: #5313CC;
}
.BgClassName
{
background-color: #5313CC;
}
</style>
border-color css
<style>
span { border-color: #5313CC; }
span { border-color: rgb(83,19,204); }
td.TdClassName
{
border-color: #5313CC;
}
.TagClassName
{
border-color: #5313CC;
}
</style>