Shades of Purple Heart #6035BA
Tints of Purple Heart #6035BA
RGB
CMYK
RGB Variations
Color information
#6035BA (or 0x6035BA) is known color: Purple Heart. HEX triplet: 60, 35 and BA. RGB value is (96,53,186). Sum of RGB (Red+Green+Blue) = 96+53+186=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #6035BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6035BA is #9FCA45. Grayscale: #505050. Windows color (decimal): -10472006 or 12203360. OLE color: 12203360.
HSL color Cylindrical-coordinate representation of color #6035BA: hue angle of 259.4º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6035BA is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 53 | 186 | - |
| CMYK | 0.48 | 0.72 | 0 | 0.27 |
| HSL | 259.4º | 0.56% | 0.47% | - |
| HSV(B) | 259.4º | 0.72% | 0.73% | - |
| XYZ | 14.96 | 8.58 | 47.32 | - |
| YUV | 81.02 | 187.25 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 53 | 186 | 0.48 | 0.72 | 0 | 0.27 | 259.4 | 0.56 | 0.47 |
| Hex | 60 | 35 | BA | 30 | 48 | 0 | 1B | 103 | 38 | 2F |
| Octal | 140 | 65 | 272 | 60 | 110 | 0 | 33 | 403 | 70 | 57 |
| Binary | 1100000 | 110101 | 10111010 | 110000 | 1001000 | 0 | 11011 | 100000011 | 111000 | 101111 |
Color Harmonies of #6035BA
Complementary color
Monochromatic Colors of #6035BA
Black with #6035BA
Text Example
Text Example
White with #6035BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6035BA; }
p { color: rgb(96,53,186); }
H1.HeaderClassName
{
color: #6035BA;
}
.AnyTagClassName
{
color: #6035BA;
}
</style>
background-color css
<style>
a { background-color: #6035BA; }
a { background-color: rgb(96,53,186); }
div.DivClassName
{
background-color: #6035BA;
}
.BgClassName
{
background-color: #6035BA;
}
</style>
border-color css
<style>
span { border-color: #6035BA; }
span { border-color: rgb(96,53,186); }
td.TdClassName
{
border-color: #6035BA;
}
.TagClassName
{
border-color: #6035BA;
}
</style>