Shades of Purple Heart #6028BB
Tints of Purple Heart #6028BB
RGB
CMYK
RGB Variations
Color information
#6028BB (or 0x6028BB) is known color: Purple Heart. HEX triplet: 60, 28 and BB. RGB value is (96,40,187). Sum of RGB (Red+Green+Blue) = 96+40+187=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #6028BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6028BB is #9FD744. Grayscale: #484848. Windows color (decimal): -10475333 or 12265568. OLE color: 12265568.
HSL color Cylindrical-coordinate representation of color #6028BB: hue angle of 262.86º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6028BB is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 40 | 187 | - |
| CMYK | 0.49 | 0.79 | 0 | 0.27 |
| HSL | 262.86º | 0.65% | 0.45% | - |
| HSV(B) | 262.86º | 0.79% | 0.73% | - |
| XYZ | 14.55 | 7.59 | 47.71 | - |
| YUV | 73.5 | 192.05 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 40 | 187 | 0.49 | 0.79 | 0 | 0.27 | 262.86 | 0.65 | 0.45 |
| Hex | 60 | 28 | BB | 31 | 4F | 0 | 1B | 107 | 41 | 2D |
| Octal | 140 | 50 | 273 | 61 | 117 | 0 | 33 | 407 | 101 | 55 |
| Binary | 1100000 | 101000 | 10111011 | 110001 | 1001111 | 0 | 11011 | 100000111 | 1000001 | 101101 |
Color Harmonies of #6028BB
Complementary color
Monochromatic Colors of #6028BB
Black with #6028BB
Text Example
Text Example
White with #6028BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6028BB; }
p { color: rgb(96,40,187); }
H1.HeaderClassName
{
color: #6028BB;
}
.AnyTagClassName
{
color: #6028BB;
}
</style>
background-color css
<style>
a { background-color: #6028BB; }
a { background-color: rgb(96,40,187); }
div.DivClassName
{
background-color: #6028BB;
}
.BgClassName
{
background-color: #6028BB;
}
</style>
border-color css
<style>
span { border-color: #6028BB; }
span { border-color: rgb(96,40,187); }
td.TdClassName
{
border-color: #6028BB;
}
.TagClassName
{
border-color: #6028BB;
}
</style>