Shades of Purple Heart #6026DB
Tints of Purple Heart #6026DB
RGB
CMYK
RGB Variations
Color information
#6026DB (or 0x6026DB) is known color: Purple Heart. HEX triplet: 60, 26 and DB. RGB value is (96,38,219). Sum of RGB (Red+Green+Blue) = 96+38+219=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #6026DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6026DB is #9FD924. Grayscale: #4B4B4B. Windows color (decimal): -10475813 or 14362208. OLE color: 14362208.
HSL color Cylindrical-coordinate representation of color #6026DB: hue angle of 259.23º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6026DB is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 38 | 219 | - |
| CMYK | 0.56 | 0.83 | 0 | 0.14 |
| HSL | 259.23º | 0.72% | 0.5% | - |
| HSV(B) | 259.23º | 0.83% | 0.86% | - |
| XYZ | 18.3 | 8.99 | 67.79 | - |
| YUV | 75.98 | 208.72 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 38 | 219 | 0.56 | 0.83 | 0 | 0.14 | 259.23 | 0.72 | 0.5 |
| Hex | 60 | 26 | DB | 38 | 53 | 0 | E | 103 | 48 | 32 |
| Octal | 140 | 46 | 333 | 70 | 123 | 0 | 16 | 403 | 110 | 62 |
| Binary | 1100000 | 100110 | 11011011 | 111000 | 1010011 | 0 | 1110 | 100000011 | 1001000 | 110010 |
Color Harmonies of #6026DB
Complementary color
Monochromatic Colors of #6026DB
Black with #6026DB
Text Example
Text Example
White with #6026DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6026DB; }
p { color: rgb(96,38,219); }
H1.HeaderClassName
{
color: #6026DB;
}
.AnyTagClassName
{
color: #6026DB;
}
</style>
background-color css
<style>
a { background-color: #6026DB; }
a { background-color: rgb(96,38,219); }
div.DivClassName
{
background-color: #6026DB;
}
.BgClassName
{
background-color: #6026DB;
}
</style>
border-color css
<style>
span { border-color: #6026DB; }
span { border-color: rgb(96,38,219); }
td.TdClassName
{
border-color: #6026DB;
}
.TagClassName
{
border-color: #6026DB;
}
</style>