Shades of Purple Heart #6035CF
Tints of Purple Heart #6035CF
RGB
CMYK
RGB Variations
Color information
#6035CF (or 0x6035CF) is known color: Purple Heart. HEX triplet: 60, 35 and CF. RGB value is (96,53,207). Sum of RGB (Red+Green+Blue) = 96+53+207=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #6035CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6035CF is #9FCA30. Grayscale: #525252. Windows color (decimal): -10471985 or 13579616. OLE color: 13579616.
HSL color Cylindrical-coordinate representation of color #6035CF: hue angle of 256.75º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6035CF is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 53 | 207 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.19 |
| HSL | 256.75º | 0.62% | 0.51% | - |
| HSV(B) | 256.75º | 0.74% | 0.81% | - |
| XYZ | 17.36 | 9.54 | 59.96 | - |
| YUV | 83.41 | 197.75 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 53 | 207 | 0.54 | 0.74 | 0 | 0.19 | 256.75 | 0.62 | 0.51 |
| Hex | 60 | 35 | CF | 36 | 4A | 0 | 13 | 101 | 3E | 33 |
| Octal | 140 | 65 | 317 | 66 | 112 | 0 | 23 | 401 | 76 | 63 |
| Binary | 1100000 | 110101 | 11001111 | 110110 | 1001010 | 0 | 10011 | 100000001 | 111110 | 110011 |
Color Harmonies of #6035CF
Complementary color
Monochromatic Colors of #6035CF
Black with #6035CF
Text Example
Text Example
White with #6035CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6035CF; }
p { color: rgb(96,53,207); }
H1.HeaderClassName
{
color: #6035CF;
}
.AnyTagClassName
{
color: #6035CF;
}
</style>
background-color css
<style>
a { background-color: #6035CF; }
a { background-color: rgb(96,53,207); }
div.DivClassName
{
background-color: #6035CF;
}
.BgClassName
{
background-color: #6035CF;
}
</style>
border-color css
<style>
span { border-color: #6035CF; }
span { border-color: rgb(96,53,207); }
td.TdClassName
{
border-color: #6035CF;
}
.TagClassName
{
border-color: #6035CF;
}
</style>