Shades of Purple Heart #6127BA
Tints of Purple Heart #6127BA
RGB
CMYK
RGB Variations
Color information
#6127BA (or 0x6127BA) is known color: Purple Heart. HEX triplet: 61, 27 and BA. RGB value is (97,39,186). Sum of RGB (Red+Green+Blue) = 97+39+186=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #6127BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6127BA is #9ED845. Grayscale: #484848. Windows color (decimal): -10410054 or 12199777. OLE color: 12199777.
HSL color Cylindrical-coordinate representation of color #6127BA: hue angle of 263.67º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6127BA is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 39 | 186 | - |
| CMYK | 0.48 | 0.79 | 0 | 0.27 |
| HSL | 263.67º | 0.65% | 0.44% | - |
| HSV(B) | 263.67º | 0.79% | 0.73% | - |
| XYZ | 14.52 | 7.54 | 47.14 | - |
| YUV | 73.1 | 191.72 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 39 | 186 | 0.48 | 0.79 | 0 | 0.27 | 263.67 | 0.65 | 0.44 |
| Hex | 61 | 27 | BA | 30 | 4F | 0 | 1B | 108 | 41 | 2C |
| Octal | 141 | 47 | 272 | 60 | 117 | 0 | 33 | 410 | 101 | 54 |
| Binary | 1100001 | 100111 | 10111010 | 110000 | 1001111 | 0 | 11011 | 100001000 | 1000001 | 101100 |
Color Harmonies of #6127BA
Complementary color
Monochromatic Colors of #6127BA
Black with #6127BA
Text Example
Text Example
White with #6127BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6127BA; }
p { color: rgb(97,39,186); }
H1.HeaderClassName
{
color: #6127BA;
}
.AnyTagClassName
{
color: #6127BA;
}
</style>
background-color css
<style>
a { background-color: #6127BA; }
a { background-color: rgb(97,39,186); }
div.DivClassName
{
background-color: #6127BA;
}
.BgClassName
{
background-color: #6127BA;
}
</style>
border-color css
<style>
span { border-color: #6127BA; }
span { border-color: rgb(97,39,186); }
td.TdClassName
{
border-color: #6127BA;
}
.TagClassName
{
border-color: #6127BA;
}
</style>