Shades of Purple Heart #6038D8
Tints of Purple Heart #6038D8
RGB
CMYK
RGB Variations
Color information
#6038D8 (or 0x6038D8) is known color: Purple Heart. HEX triplet: 60, 38 and D8. RGB value is (96,56,216). Sum of RGB (Red+Green+Blue) = 96+56+216=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 56 (22.27% from 255 or 15.22% from 368); Blue value is 216 (84.77% from 255 or 58.70% from 368); Max value from RGB is 216 - color contains mainly: blue. Hex color #6038D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6038D8 is #9FC727. Grayscale: #555555. Windows color (decimal): -10471208 or 14170208. OLE color: 14170208.
HSL color Cylindrical-coordinate representation of color #6038D8: hue angle of 255º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6038D8 is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 56 | 216 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.15 |
| HSL | 255º | 0.67% | 0.53% | - |
| HSV(B) | 255º | 0.74% | 0.85% | - |
| XYZ | 18.63 | 10.27 | 65.97 | - |
| YUV | 86.2 | 201.25 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 56 | 216 | 0.56 | 0.74 | 0 | 0.15 | 255 | 0.67 | 0.53 |
| Hex | 60 | 38 | D8 | 38 | 4A | 0 | F | FF | 43 | 35 |
| Octal | 140 | 70 | 330 | 70 | 112 | 0 | 17 | 377 | 103 | 65 |
| Binary | 1100000 | 111000 | 11011000 | 111000 | 1001010 | 0 | 1111 | 11111111 | 1000011 | 110101 |
Color Harmonies of #6038D8
Complementary color
Monochromatic Colors of #6038D8
Black with #6038D8
Text Example
Text Example
White with #6038D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6038D8; }
p { color: rgb(96,56,216); }
H1.HeaderClassName
{
color: #6038D8;
}
.AnyTagClassName
{
color: #6038D8;
}
</style>
background-color css
<style>
a { background-color: #6038D8; }
a { background-color: rgb(96,56,216); }
div.DivClassName
{
background-color: #6038D8;
}
.BgClassName
{
background-color: #6038D8;
}
</style>
border-color css
<style>
span { border-color: #6038D8; }
span { border-color: rgb(96,56,216); }
td.TdClassName
{
border-color: #6038D8;
}
.TagClassName
{
border-color: #6038D8;
}
</style>