Shades of Purple Heart #6013CC
Tints of Purple Heart #6013CC
RGB
CMYK
RGB Variations
Color information
#6013CC (or 0x6013CC) is known color: Purple Heart. HEX triplet: 60, 13 and CC. RGB value is (96,19,204). Sum of RGB (Red+Green+Blue) = 96+19+204=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #6013CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6013CC is #9FEC33. Grayscale: #3E3E3E. Windows color (decimal): -10480692 or 13374304. OLE color: 13374304.
HSL color Cylindrical-coordinate representation of color #6013CC: hue angle of 264.97º 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 #6013CC is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 19 | 204 | - |
| CMYK | 0.53 | 0.91 | 0 | 0.2 |
| HSL | 264.97º | 0.83% | 0.44% | - |
| HSV(B) | 264.97º | 0.91% | 0.8% | - |
| XYZ | 15.96 | 7.31 | 57.7 | - |
| YUV | 63.11 | 207.51 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 19 | 204 | 0.53 | 0.91 | 0 | 0.2 | 264.97 | 0.83 | 0.44 |
| Hex | 60 | 13 | CC | 35 | 5B | 0 | 14 | 109 | 53 | 2C |
| Octal | 140 | 23 | 314 | 65 | 133 | 0 | 24 | 411 | 123 | 54 |
| Binary | 1100000 | 10011 | 11001100 | 110101 | 1011011 | 0 | 10100 | 100001001 | 1010011 | 101100 |
Color Harmonies of #6013CC
Complementary color
Monochromatic Colors of #6013CC
Black with #6013CC
Text Example
Text Example
White with #6013CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6013CC; }
p { color: rgb(96,19,204); }
H1.HeaderClassName
{
color: #6013CC;
}
.AnyTagClassName
{
color: #6013CC;
}
</style>
background-color css
<style>
a { background-color: #6013CC; }
a { background-color: rgb(96,19,204); }
div.DivClassName
{
background-color: #6013CC;
}
.BgClassName
{
background-color: #6013CC;
}
</style>
border-color css
<style>
span { border-color: #6013CC; }
span { border-color: rgb(96,19,204); }
td.TdClassName
{
border-color: #6013CC;
}
.TagClassName
{
border-color: #6013CC;
}
</style>