Shades of Purple Heart #6130B5
Tints of Purple Heart #6130B5
RGB
CMYK
RGB Variations
Color information
#6130B5 (or 0x6130B5) is known color: Purple Heart. HEX triplet: 61, 30 and B5. RGB value is (97,48,181). Sum of RGB (Red+Green+Blue) = 97+48+181=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 181 (71.09% from 255 or 55.52% from 326); Max value from RGB is 181 - color contains mainly: blue. Hex color #6130B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6130B5 is #9ECF4A. Grayscale: #4D4D4D. Windows color (decimal): -10407755 or 11874401. OLE color: 11874401.
HSL color Cylindrical-coordinate representation of color #6130B5: hue angle of 262.11º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6130B5 is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 97 | 48 | 181 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.29 |
| HSL | 262.11º | 0.58% | 0.45% | - |
| HSV(B) | 262.11º | 0.73% | 0.71% | - |
| XYZ | 14.33 | 7.99 | 44.5 | - |
| YUV | 77.81 | 186.23 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 48 | 181 | 0.46 | 0.73 | 0 | 0.29 | 262.11 | 0.58 | 0.45 |
| Hex | 61 | 30 | B5 | 2E | 49 | 0 | 1D | 106 | 3A | 2D |
| Octal | 141 | 60 | 265 | 56 | 111 | 0 | 35 | 406 | 72 | 55 |
| Binary | 1100001 | 110000 | 10110101 | 101110 | 1001001 | 0 | 11101 | 100000110 | 111010 | 101101 |
Color Harmonies of #6130B5
Complementary color
Monochromatic Colors of #6130B5
Black with #6130B5
Text Example
Text Example
White with #6130B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6130B5; }
p { color: rgb(97,48,181); }
H1.HeaderClassName
{
color: #6130B5;
}
.AnyTagClassName
{
color: #6130B5;
}
</style>
background-color css
<style>
a { background-color: #6130B5; }
a { background-color: rgb(97,48,181); }
div.DivClassName
{
background-color: #6130B5;
}
.BgClassName
{
background-color: #6130B5;
}
</style>
border-color css
<style>
span { border-color: #6130B5; }
span { border-color: rgb(97,48,181); }
td.TdClassName
{
border-color: #6130B5;
}
.TagClassName
{
border-color: #6130B5;
}
</style>