Shades of Purple Heart #6038DB
Tints of Purple Heart #6038DB
RGB
CMYK
RGB Variations
Color information
#6038DB (or 0x6038DB) is known color: Purple Heart. HEX triplet: 60, 38 and DB. RGB value is (96,56,219). Sum of RGB (Red+Green+Blue) = 96+56+219=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #6038DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6038DB is #9FC724. Grayscale: #555555. Windows color (decimal): -10471205 or 14366816. OLE color: 14366816.
HSL color Cylindrical-coordinate representation of color #6038DB: hue angle of 254.72º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6038DB is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 56 | 219 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.14 |
| HSL | 254.72º | 0.69% | 0.54% | - |
| HSV(B) | 254.72º | 0.74% | 0.86% | - |
| XYZ | 19.02 | 10.43 | 68.03 | - |
| YUV | 86.54 | 202.75 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 56 | 219 | 0.56 | 0.74 | 0 | 0.14 | 254.72 | 0.69 | 0.54 |
| Hex | 60 | 38 | DB | 38 | 4A | 0 | E | FF | 45 | 36 |
| Octal | 140 | 70 | 333 | 70 | 112 | 0 | 16 | 377 | 105 | 66 |
| Binary | 1100000 | 111000 | 11011011 | 111000 | 1001010 | 0 | 1110 | 11111111 | 1000101 | 110110 |
Color Harmonies of #6038DB
Complementary color
Monochromatic Colors of #6038DB
Black with #6038DB
Text Example
Text Example
White with #6038DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6038DB; }
p { color: rgb(96,56,219); }
H1.HeaderClassName
{
color: #6038DB;
}
.AnyTagClassName
{
color: #6038DB;
}
</style>
background-color css
<style>
a { background-color: #6038DB; }
a { background-color: rgb(96,56,219); }
div.DivClassName
{
background-color: #6038DB;
}
.BgClassName
{
background-color: #6038DB;
}
</style>
border-color css
<style>
span { border-color: #6038DB; }
span { border-color: rgb(96,56,219); }
td.TdClassName
{
border-color: #6038DB;
}
.TagClassName
{
border-color: #6038DB;
}
</style>