Shades of Purple Heart #6028DF
Tints of Purple Heart #6028DF
RGB
CMYK
RGB Variations
Color information
#6028DF (or 0x6028DF) is known color: Purple Heart. HEX triplet: 60, 28 and DF. RGB value is (96,40,223). Sum of RGB (Red+Green+Blue) = 96+40+223=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 40 (16.02% from 255 or 11.14% from 359); Blue value is 223 (87.5% from 255 or 62.12% from 359); Max value from RGB is 223 - color contains mainly: blue. Hex color #6028DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6028DF is #9FD720. Grayscale: #4C4C4C. Windows color (decimal): -10475297 or 14624864. OLE color: 14624864.
HSL color Cylindrical-coordinate representation of color #6028DF: hue angle of 258.36º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6028DF is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 40 | 223 | - |
| CMYK | 0.57 | 0.82 | 0 | 0.13 |
| HSL | 258.36º | 0.74% | 0.52% | - |
| HSV(B) | 258.36º | 0.82% | 0.87% | - |
| XYZ | 18.9 | 9.33 | 70.62 | - |
| YUV | 77.61 | 210.05 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 40 | 223 | 0.57 | 0.82 | 0 | 0.13 | 258.36 | 0.74 | 0.52 |
| Hex | 60 | 28 | DF | 39 | 52 | 0 | D | 102 | 4A | 34 |
| Octal | 140 | 50 | 337 | 71 | 122 | 0 | 15 | 402 | 112 | 64 |
| Binary | 1100000 | 101000 | 11011111 | 111001 | 1010010 | 0 | 1101 | 100000010 | 1001010 | 110100 |
Color Harmonies of #6028DF
Complementary color
Monochromatic Colors of #6028DF
Black with #6028DF
Text Example
Text Example
White with #6028DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6028DF; }
p { color: rgb(96,40,223); }
H1.HeaderClassName
{
color: #6028DF;
}
.AnyTagClassName
{
color: #6028DF;
}
</style>
background-color css
<style>
a { background-color: #6028DF; }
a { background-color: rgb(96,40,223); }
div.DivClassName
{
background-color: #6028DF;
}
.BgClassName
{
background-color: #6028DF;
}
</style>
border-color css
<style>
span { border-color: #6028DF; }
span { border-color: rgb(96,40,223); }
td.TdClassName
{
border-color: #6028DF;
}
.TagClassName
{
border-color: #6028DF;
}
</style>