Shades of Purple Heart #6029BB
Tints of Purple Heart #6029BB
RGB
CMYK
RGB Variations
Color information
#6029BB (or 0x6029BB) is known color: Purple Heart. HEX triplet: 60, 29 and BB. RGB value is (96,41,187). Sum of RGB (Red+Green+Blue) = 96+41+187=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #6029BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6029BB is #9FD644. Grayscale: #494949. Windows color (decimal): -10475077 or 12265824. OLE color: 12265824.
HSL color Cylindrical-coordinate representation of color #6029BB: hue angle of 262.6º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6029BB is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 41 | 187 | - |
| CMYK | 0.49 | 0.78 | 0 | 0.27 |
| HSL | 262.6º | 0.64% | 0.45% | - |
| HSV(B) | 262.6º | 0.78% | 0.73% | - |
| XYZ | 14.59 | 7.66 | 47.72 | - |
| YUV | 74.09 | 191.72 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 41 | 187 | 0.49 | 0.78 | 0 | 0.27 | 262.6 | 0.64 | 0.45 |
| Hex | 60 | 29 | BB | 31 | 4E | 0 | 1B | 107 | 40 | 2D |
| Octal | 140 | 51 | 273 | 61 | 116 | 0 | 33 | 407 | 100 | 55 |
| Binary | 1100000 | 101001 | 10111011 | 110001 | 1001110 | 0 | 11011 | 100000111 | 1000000 | 101101 |
Color Harmonies of #6029BB
Complementary color
Monochromatic Colors of #6029BB
Black with #6029BB
Text Example
Text Example
White with #6029BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6029BB; }
p { color: rgb(96,41,187); }
H1.HeaderClassName
{
color: #6029BB;
}
.AnyTagClassName
{
color: #6029BB;
}
</style>
background-color css
<style>
a { background-color: #6029BB; }
a { background-color: rgb(96,41,187); }
div.DivClassName
{
background-color: #6029BB;
}
.BgClassName
{
background-color: #6029BB;
}
</style>
border-color css
<style>
span { border-color: #6029BB; }
span { border-color: rgb(96,41,187); }
td.TdClassName
{
border-color: #6029BB;
}
.TagClassName
{
border-color: #6029BB;
}
</style>