Shades of Purple Heart #6034DB
Tints of Purple Heart #6034DB
RGB
CMYK
RGB Variations
Color information
#6034DB (or 0x6034DB) is known color: Purple Heart. HEX triplet: 60, 34 and DB. RGB value is (96,52,219). Sum of RGB (Red+Green+Blue) = 96+52+219=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #6034DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6034DB is #9FCB24. Grayscale: #535353. Windows color (decimal): -10472229 or 14365792. OLE color: 14365792.
HSL color Cylindrical-coordinate representation of color #6034DB: hue angle of 255.81º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6034DB is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 52 | 219 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.14 |
| HSL | 255.81º | 0.7% | 0.53% | - |
| HSV(B) | 255.81º | 0.76% | 0.86% | - |
| XYZ | 18.84 | 10.06 | 67.97 | - |
| YUV | 84.19 | 204.08 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 52 | 219 | 0.56 | 0.76 | 0 | 0.14 | 255.81 | 0.7 | 0.53 |
| Hex | 60 | 34 | DB | 38 | 4C | 0 | E | 100 | 46 | 35 |
| Octal | 140 | 64 | 333 | 70 | 114 | 0 | 16 | 400 | 106 | 65 |
| Binary | 1100000 | 110100 | 11011011 | 111000 | 1001100 | 0 | 1110 | 100000000 | 1000110 | 110101 |
Color Harmonies of #6034DB
Complementary color
Monochromatic Colors of #6034DB
Black with #6034DB
Text Example
Text Example
White with #6034DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6034DB; }
p { color: rgb(96,52,219); }
H1.HeaderClassName
{
color: #6034DB;
}
.AnyTagClassName
{
color: #6034DB;
}
</style>
background-color css
<style>
a { background-color: #6034DB; }
a { background-color: rgb(96,52,219); }
div.DivClassName
{
background-color: #6034DB;
}
.BgClassName
{
background-color: #6034DB;
}
</style>
border-color css
<style>
span { border-color: #6034DB; }
span { border-color: rgb(96,52,219); }
td.TdClassName
{
border-color: #6034DB;
}
.TagClassName
{
border-color: #6034DB;
}
</style>