Shades of Purple Heart #6129B5
Tints of Purple Heart #6129B5
RGB
CMYK
RGB Variations
Color information
#6129B5 (or 0x6129B5) is known color: Purple Heart. HEX triplet: 61, 29 and B5. RGB value is (97,41,181). Sum of RGB (Red+Green+Blue) = 97+41+181=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 181 (71.09% from 255 or 56.74% from 319); Max value from RGB is 181 - color contains mainly: blue. Hex color #6129B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6129B5 is #9ED64A. Grayscale: #494949. Windows color (decimal): -10409547 or 11872609. OLE color: 11872609.
HSL color Cylindrical-coordinate representation of color #6129B5: hue angle of 264º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6129B5 is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 97 | 41 | 181 | - |
| CMYK | 0.46 | 0.77 | 0 | 0.29 |
| HSL | 264º | 0.63% | 0.44% | - |
| HSV(B) | 264º | 0.77% | 0.71% | - |
| XYZ | 14.06 | 7.46 | 44.42 | - |
| YUV | 73.7 | 188.55 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 41 | 181 | 0.46 | 0.77 | 0 | 0.29 | 264 | 0.63 | 0.44 |
| Hex | 61 | 29 | B5 | 2E | 4D | 0 | 1D | 108 | 3F | 2C |
| Octal | 141 | 51 | 265 | 56 | 115 | 0 | 35 | 410 | 77 | 54 |
| Binary | 1100001 | 101001 | 10110101 | 101110 | 1001101 | 0 | 11101 | 100001000 | 111111 | 101100 |
Color Harmonies of #6129B5
Complementary color
Monochromatic Colors of #6129B5
Black with #6129B5
Text Example
Text Example
White with #6129B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6129B5; }
p { color: rgb(97,41,181); }
H1.HeaderClassName
{
color: #6129B5;
}
.AnyTagClassName
{
color: #6129B5;
}
</style>
background-color css
<style>
a { background-color: #6129B5; }
a { background-color: rgb(97,41,181); }
div.DivClassName
{
background-color: #6129B5;
}
.BgClassName
{
background-color: #6129B5;
}
</style>
border-color css
<style>
span { border-color: #6129B5; }
span { border-color: rgb(97,41,181); }
td.TdClassName
{
border-color: #6129B5;
}
.TagClassName
{
border-color: #6129B5;
}
</style>