Shades of Purple Heart #6035C0
Tints of Purple Heart #6035C0
RGB
CMYK
RGB Variations
Color information
#6035C0 (or 0x6035C0) is known color: Purple Heart. HEX triplet: 60, 35 and C0. RGB value is (96,53,192). Sum of RGB (Red+Green+Blue) = 96+53+192=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 192 (75.39% from 255 or 56.30% from 341); Max value from RGB is 192 - color contains mainly: blue. Hex color #6035C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6035C0 is #9FCA3F. Grayscale: #515151. Windows color (decimal): -10472000 or 12596576. OLE color: 12596576.
HSL color Cylindrical-coordinate representation of color #6035C0: hue angle of 258.56º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6035C0 is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 53 | 192 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.25 |
| HSL | 258.56º | 0.57% | 0.48% | - |
| HSV(B) | 258.56º | 0.72% | 0.75% | - |
| XYZ | 15.61 | 8.84 | 50.75 | - |
| YUV | 81.7 | 190.25 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 53 | 192 | 0.50 | 0.72 | 0 | 0.25 | 258.56 | 0.57 | 0.48 |
| Hex | 60 | 35 | C0 | 32 | 48 | 0 | 19 | 103 | 39 | 30 |
| Octal | 140 | 65 | 300 | 62 | 110 | 0 | 31 | 403 | 71 | 60 |
| Binary | 1100000 | 110101 | 11000000 | 110010 | 1001000 | 0 | 11001 | 100000011 | 111001 | 110000 |
Color Harmonies of #6035C0
Complementary color
Monochromatic Colors of #6035C0
Black with #6035C0
Text Example
Text Example
White with #6035C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6035C0; }
p { color: rgb(96,53,192); }
H1.HeaderClassName
{
color: #6035C0;
}
.AnyTagClassName
{
color: #6035C0;
}
</style>
background-color css
<style>
a { background-color: #6035C0; }
a { background-color: rgb(96,53,192); }
div.DivClassName
{
background-color: #6035C0;
}
.BgClassName
{
background-color: #6035C0;
}
</style>
border-color css
<style>
span { border-color: #6035C0; }
span { border-color: rgb(96,53,192); }
td.TdClassName
{
border-color: #6035C0;
}
.TagClassName
{
border-color: #6035C0;
}
</style>