Shades of Purple Heart #6028DC
Tints of Purple Heart #6028DC
RGB
CMYK
RGB Variations
Color information
#6028DC (or 0x6028DC) is known color: Purple Heart. HEX triplet: 60, 28 and DC. RGB value is (96,40,220). Sum of RGB (Red+Green+Blue) = 96+40+220=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #6028DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6028DC is #9FD723. Grayscale: #4C4C4C. Windows color (decimal): -10475300 or 14428256. OLE color: 14428256.
HSL color Cylindrical-coordinate representation of color #6028DC: hue angle of 258.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6028DC is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 40 | 220 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.14 |
| HSL | 258.67º | 0.72% | 0.51% | - |
| HSV(B) | 258.67º | 0.82% | 0.86% | - |
| XYZ | 18.5 | 9.17 | 68.51 | - |
| YUV | 77.26 | 208.55 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 40 | 220 | 0.56 | 0.82 | 0 | 0.14 | 258.67 | 0.72 | 0.51 |
| Hex | 60 | 28 | DC | 38 | 52 | 0 | E | 103 | 48 | 33 |
| Octal | 140 | 50 | 334 | 70 | 122 | 0 | 16 | 403 | 110 | 63 |
| Binary | 1100000 | 101000 | 11011100 | 111000 | 1010010 | 0 | 1110 | 100000011 | 1001000 | 110011 |
Color Harmonies of #6028DC
Complementary color
Monochromatic Colors of #6028DC
Black with #6028DC
Text Example
Text Example
White with #6028DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6028DC; }
p { color: rgb(96,40,220); }
H1.HeaderClassName
{
color: #6028DC;
}
.AnyTagClassName
{
color: #6028DC;
}
</style>
background-color css
<style>
a { background-color: #6028DC; }
a { background-color: rgb(96,40,220); }
div.DivClassName
{
background-color: #6028DC;
}
.BgClassName
{
background-color: #6028DC;
}
</style>
border-color css
<style>
span { border-color: #6028DC; }
span { border-color: rgb(96,40,220); }
td.TdClassName
{
border-color: #6028DC;
}
.TagClassName
{
border-color: #6028DC;
}
</style>