Shades of Purple Heart #6034CF
Tints of Purple Heart #6034CF
RGB
CMYK
RGB Variations
Color information
#6034CF (or 0x6034CF) is known color: Purple Heart. HEX triplet: 60, 34 and CF. RGB value is (96,52,207). Sum of RGB (Red+Green+Blue) = 96+52+207=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #6034CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6034CF is #9FCB30. Grayscale: #525252. Windows color (decimal): -10472241 or 13579360. OLE color: 13579360.
HSL color Cylindrical-coordinate representation of color #6034CF: hue angle of 257.03º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6034CF is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 52 | 207 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.19 |
| HSL | 257.03º | 0.62% | 0.51% | - |
| HSV(B) | 257.03º | 0.75% | 0.81% | - |
| XYZ | 17.31 | 9.45 | 59.94 | - |
| YUV | 82.83 | 198.08 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 52 | 207 | 0.54 | 0.75 | 0 | 0.19 | 257.03 | 0.62 | 0.51 |
| Hex | 60 | 34 | CF | 36 | 4B | 0 | 13 | 101 | 3E | 33 |
| Octal | 140 | 64 | 317 | 66 | 113 | 0 | 23 | 401 | 76 | 63 |
| Binary | 1100000 | 110100 | 11001111 | 110110 | 1001011 | 0 | 10011 | 100000001 | 111110 | 110011 |
Color Harmonies of #6034CF
Complementary color
Monochromatic Colors of #6034CF
Black with #6034CF
Text Example
Text Example
White with #6034CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6034CF; }
p { color: rgb(96,52,207); }
H1.HeaderClassName
{
color: #6034CF;
}
.AnyTagClassName
{
color: #6034CF;
}
</style>
background-color css
<style>
a { background-color: #6034CF; }
a { background-color: rgb(96,52,207); }
div.DivClassName
{
background-color: #6034CF;
}
.BgClassName
{
background-color: #6034CF;
}
</style>
border-color css
<style>
span { border-color: #6034CF; }
span { border-color: rgb(96,52,207); }
td.TdClassName
{
border-color: #6034CF;
}
.TagClassName
{
border-color: #6034CF;
}
</style>