Shades of Purple Heart #6130BA
Tints of Purple Heart #6130BA
RGB
CMYK
RGB Variations
Color information
#6130BA (or 0x6130BA) is known color: Purple Heart. HEX triplet: 61, 30 and BA. RGB value is (97,48,186). Sum of RGB (Red+Green+Blue) = 97+48+186=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #6130BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6130BA is #9ECF45. Grayscale: #4D4D4D. Windows color (decimal): -10407750 or 12202081. OLE color: 12202081.
HSL color Cylindrical-coordinate representation of color #6130BA: hue angle of 261.3º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6130BA is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 48 | 186 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.27 |
| HSL | 261.3º | 0.59% | 0.46% | - |
| HSV(B) | 261.3º | 0.74% | 0.73% | - |
| XYZ | 14.85 | 8.2 | 47.25 | - |
| YUV | 78.38 | 188.73 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 48 | 186 | 0.48 | 0.74 | 0 | 0.27 | 261.3 | 0.59 | 0.46 |
| Hex | 61 | 30 | BA | 30 | 4A | 0 | 1B | 105 | 3B | 2E |
| Octal | 141 | 60 | 272 | 60 | 112 | 0 | 33 | 405 | 73 | 56 |
| Binary | 1100001 | 110000 | 10111010 | 110000 | 1001010 | 0 | 11011 | 100000101 | 111011 | 101110 |
Color Harmonies of #6130BA
Complementary color
Monochromatic Colors of #6130BA
Black with #6130BA
Text Example
Text Example
White with #6130BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6130BA; }
p { color: rgb(97,48,186); }
H1.HeaderClassName
{
color: #6130BA;
}
.AnyTagClassName
{
color: #6130BA;
}
</style>
background-color css
<style>
a { background-color: #6130BA; }
a { background-color: rgb(97,48,186); }
div.DivClassName
{
background-color: #6130BA;
}
.BgClassName
{
background-color: #6130BA;
}
</style>
border-color css
<style>
span { border-color: #6130BA; }
span { border-color: rgb(97,48,186); }
td.TdClassName
{
border-color: #6130BA;
}
.TagClassName
{
border-color: #6130BA;
}
</style>