Shades of Purple Heart #6131B0
Tints of Purple Heart #6131B0
RGB
CMYK
RGB Variations
Color information
#6131B0 (or 0x6131B0) is known color: Purple Heart. HEX triplet: 61, 31 and B0. RGB value is (97,49,176). Sum of RGB (Red+Green+Blue) = 97+49+176=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 176 (69.14% from 255 or 54.66% from 322); Max value from RGB is 176 - color contains mainly: blue. Hex color #6131B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6131B0 is #9ECE4F. Grayscale: #4D4D4D. Windows color (decimal): -10407504 or 11546977. OLE color: 11546977.
HSL color Cylindrical-coordinate representation of color #6131B0: hue angle of 262.68º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6131B0 is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 49 | 176 | - |
| CMYK | 0.45 | 0.72 | 0 | 0.31 |
| HSL | 262.68º | 0.56% | 0.44% | - |
| HSV(B) | 262.68º | 0.72% | 0.69% | - |
| XYZ | 13.86 | 7.87 | 41.86 | - |
| YUV | 77.83 | 183.4 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 49 | 176 | 0.45 | 0.72 | 0 | 0.31 | 262.68 | 0.56 | 0.44 |
| Hex | 61 | 31 | B0 | 2D | 48 | 0 | 1F | 107 | 38 | 2C |
| Octal | 141 | 61 | 260 | 55 | 110 | 0 | 37 | 407 | 70 | 54 |
| Binary | 1100001 | 110001 | 10110000 | 101101 | 1001000 | 0 | 11111 | 100000111 | 111000 | 101100 |
Color Harmonies of #6131B0
Complementary color
Monochromatic Colors of #6131B0
Black with #6131B0
Text Example
Text Example
White with #6131B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6131B0; }
p { color: rgb(97,49,176); }
H1.HeaderClassName
{
color: #6131B0;
}
.AnyTagClassName
{
color: #6131B0;
}
</style>
background-color css
<style>
a { background-color: #6131B0; }
a { background-color: rgb(97,49,176); }
div.DivClassName
{
background-color: #6131B0;
}
.BgClassName
{
background-color: #6131B0;
}
</style>
border-color css
<style>
span { border-color: #6131B0; }
span { border-color: rgb(97,49,176); }
td.TdClassName
{
border-color: #6131B0;
}
.TagClassName
{
border-color: #6131B0;
}
</style>