Shades of Purple Heart #6028CC
Tints of Purple Heart #6028CC
RGB
CMYK
RGB Variations
Color information
#6028CC (or 0x6028CC) is known color: Purple Heart. HEX triplet: 60, 28 and CC. RGB value is (96,40,204). Sum of RGB (Red+Green+Blue) = 96+40+204=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #6028CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6028CC is #9FD733. Grayscale: #4A4A4A. Windows color (decimal): -10475316 or 13379680. OLE color: 13379680.
HSL color Cylindrical-coordinate representation of color #6028CC: hue angle of 260.49º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6028CC is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 40 | 204 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.2 |
| HSL | 260.49º | 0.67% | 0.48% | - |
| HSV(B) | 260.49º | 0.8% | 0.8% | - |
| XYZ | 16.48 | 8.36 | 57.87 | - |
| YUV | 75.44 | 200.55 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 40 | 204 | 0.53 | 0.80 | 0 | 0.2 | 260.49 | 0.67 | 0.48 |
| Hex | 60 | 28 | CC | 35 | 50 | 0 | 14 | 104 | 43 | 30 |
| Octal | 140 | 50 | 314 | 65 | 120 | 0 | 24 | 404 | 103 | 60 |
| Binary | 1100000 | 101000 | 11001100 | 110101 | 1010000 | 0 | 10100 | 100000100 | 1000011 | 110000 |
Color Harmonies of #6028CC
Complementary color
Monochromatic Colors of #6028CC
Black with #6028CC
Text Example
Text Example
White with #6028CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6028CC; }
p { color: rgb(96,40,204); }
H1.HeaderClassName
{
color: #6028CC;
}
.AnyTagClassName
{
color: #6028CC;
}
</style>
background-color css
<style>
a { background-color: #6028CC; }
a { background-color: rgb(96,40,204); }
div.DivClassName
{
background-color: #6028CC;
}
.BgClassName
{
background-color: #6028CC;
}
</style>
border-color css
<style>
span { border-color: #6028CC; }
span { border-color: rgb(96,40,204); }
td.TdClassName
{
border-color: #6028CC;
}
.TagClassName
{
border-color: #6028CC;
}
</style>