Shades of Purple Heart #6129BB
Tints of Purple Heart #6129BB
RGB
CMYK
RGB Variations
Color information
#6129BB (or 0x6129BB) is known color: Purple Heart. HEX triplet: 61, 29 and BB. RGB value is (97,41,187). Sum of RGB (Red+Green+Blue) = 97+41+187=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #6129BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6129BB is #9ED644. Grayscale: #494949. Windows color (decimal): -10409541 or 12265825. OLE color: 12265825.
HSL color Cylindrical-coordinate representation of color #6129BB: hue angle of 263.01º 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 #6129BB is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 41 | 187 | - |
| CMYK | 0.48 | 0.78 | 0 | 0.27 |
| HSL | 263.01º | 0.64% | 0.45% | - |
| HSV(B) | 263.01º | 0.78% | 0.73% | - |
| XYZ | 14.69 | 7.72 | 47.73 | - |
| YUV | 74.39 | 191.55 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 41 | 187 | 0.48 | 0.78 | 0 | 0.27 | 263.01 | 0.64 | 0.45 |
| Hex | 61 | 29 | BB | 30 | 4E | 0 | 1B | 107 | 40 | 2D |
| Octal | 141 | 51 | 273 | 60 | 116 | 0 | 33 | 407 | 100 | 55 |
| Binary | 1100001 | 101001 | 10111011 | 110000 | 1001110 | 0 | 11011 | 100000111 | 1000000 | 101101 |
Color Harmonies of #6129BB
Complementary color
Monochromatic Colors of #6129BB
Black with #6129BB
Text Example
Text Example
White with #6129BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6129BB; }
p { color: rgb(97,41,187); }
H1.HeaderClassName
{
color: #6129BB;
}
.AnyTagClassName
{
color: #6129BB;
}
</style>
background-color css
<style>
a { background-color: #6129BB; }
a { background-color: rgb(97,41,187); }
div.DivClassName
{
background-color: #6129BB;
}
.BgClassName
{
background-color: #6129BB;
}
</style>
border-color css
<style>
span { border-color: #6129BB; }
span { border-color: rgb(97,41,187); }
td.TdClassName
{
border-color: #6129BB;
}
.TagClassName
{
border-color: #6129BB;
}
</style>