Shades of Purple Heart #6034D9
Tints of Purple Heart #6034D9
RGB
CMYK
RGB Variations
Color information
#6034D9 (or 0x6034D9) is known color: Purple Heart. HEX triplet: 60, 34 and D9. RGB value is (96,52,217). Sum of RGB (Red+Green+Blue) = 96+52+217=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 217 (85.16% from 255 or 59.45% from 365); Max value from RGB is 217 - color contains mainly: blue. Hex color #6034D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6034D9 is #9FCB26. Grayscale: #535353. Windows color (decimal): -10472231 or 14234720. OLE color: 14234720.
HSL color Cylindrical-coordinate representation of color #6034D9: hue angle of 256º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6034D9 is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 52 | 217 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.15 |
| HSL | 256º | 0.68% | 0.53% | - |
| HSV(B) | 256º | 0.76% | 0.85% | - |
| XYZ | 18.58 | 9.95 | 66.59 | - |
| YUV | 83.97 | 203.08 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 52 | 217 | 0.56 | 0.76 | 0 | 0.15 | 256 | 0.68 | 0.53 |
| Hex | 60 | 34 | D9 | 38 | 4C | 0 | F | 100 | 44 | 35 |
| Octal | 140 | 64 | 331 | 70 | 114 | 0 | 17 | 400 | 104 | 65 |
| Binary | 1100000 | 110100 | 11011001 | 111000 | 1001100 | 0 | 1111 | 100000000 | 1000100 | 110101 |
Color Harmonies of #6034D9
Complementary color
Monochromatic Colors of #6034D9
Black with #6034D9
Text Example
Text Example
White with #6034D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6034D9; }
p { color: rgb(96,52,217); }
H1.HeaderClassName
{
color: #6034D9;
}
.AnyTagClassName
{
color: #6034D9;
}
</style>
background-color css
<style>
a { background-color: #6034D9; }
a { background-color: rgb(96,52,217); }
div.DivClassName
{
background-color: #6034D9;
}
.BgClassName
{
background-color: #6034D9;
}
</style>
border-color css
<style>
span { border-color: #6034D9; }
span { border-color: rgb(96,52,217); }
td.TdClassName
{
border-color: #6034D9;
}
.TagClassName
{
border-color: #6034D9;
}
</style>