Shades of Purple Heart #6013C6
Tints of Purple Heart #6013C6
RGB
CMYK
RGB Variations
Color information
#6013C6 (or 0x6013C6) is known color: Purple Heart. HEX triplet: 60, 13 and C6. RGB value is (96,19,198). Sum of RGB (Red+Green+Blue) = 96+19+198=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 198 (77.73% from 255 or 63.26% from 313); Max value from RGB is 198 - color contains mainly: blue. Hex color #6013C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6013C6 is #9FEC39. Grayscale: #3D3D3D. Windows color (decimal): -10480698 or 12981088. OLE color: 12981088.
HSL color Cylindrical-coordinate representation of color #6013C6: hue angle of 265.81º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6013C6 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 19 | 198 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.22 |
| HSL | 265.81º | 0.82% | 0.43% | - |
| HSV(B) | 265.81º | 0.9% | 0.78% | - |
| XYZ | 15.25 | 7.03 | 53.98 | - |
| YUV | 62.43 | 204.51 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 19 | 198 | 0.52 | 0.90 | 0 | 0.22 | 265.81 | 0.82 | 0.43 |
| Hex | 60 | 13 | C6 | 34 | 5A | 0 | 16 | 10A | 52 | 2B |
| Octal | 140 | 23 | 306 | 64 | 132 | 0 | 26 | 412 | 122 | 53 |
| Binary | 1100000 | 10011 | 11000110 | 110100 | 1011010 | 0 | 10110 | 100001010 | 1010010 | 101011 |
Color Harmonies of #6013C6
Complementary color
Monochromatic Colors of #6013C6
Black with #6013C6
Text Example
Text Example
White with #6013C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6013C6; }
p { color: rgb(96,19,198); }
H1.HeaderClassName
{
color: #6013C6;
}
.AnyTagClassName
{
color: #6013C6;
}
</style>
background-color css
<style>
a { background-color: #6013C6; }
a { background-color: rgb(96,19,198); }
div.DivClassName
{
background-color: #6013C6;
}
.BgClassName
{
background-color: #6013C6;
}
</style>
border-color css
<style>
span { border-color: #6013C6; }
span { border-color: rgb(96,19,198); }
td.TdClassName
{
border-color: #6013C6;
}
.TagClassName
{
border-color: #6013C6;
}
</style>