Shades of Purple Heart #6130AF
Tints of Purple Heart #6130AF
RGB
CMYK
RGB Variations
Color information
#6130AF (or 0x6130AF) is known color: Purple Heart. HEX triplet: 61, 30 and AF. RGB value is (97,48,175). Sum of RGB (Red+Green+Blue) = 97+48+175=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 175 (68.75% from 255 or 54.69% from 320); Max value from RGB is 175 - color contains mainly: blue. Hex color #6130AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6130AF is #9ECF50. Grayscale: #4C4C4C. Windows color (decimal): -10407761 or 11481185. OLE color: 11481185.
HSL color Cylindrical-coordinate representation of color #6130AF: hue angle of 263.15º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6130AF is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 48 | 175 | - |
| CMYK | 0.45 | 0.73 | 0 | 0.31 |
| HSL | 263.15º | 0.57% | 0.44% | - |
| HSV(B) | 263.15º | 0.73% | 0.69% | - |
| XYZ | 13.72 | 7.75 | 41.33 | - |
| YUV | 77.13 | 183.23 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 48 | 175 | 0.45 | 0.73 | 0 | 0.31 | 263.15 | 0.57 | 0.44 |
| Hex | 61 | 30 | AF | 2D | 49 | 0 | 1F | 107 | 39 | 2C |
| Octal | 141 | 60 | 257 | 55 | 111 | 0 | 37 | 407 | 71 | 54 |
| Binary | 1100001 | 110000 | 10101111 | 101101 | 1001001 | 0 | 11111 | 100000111 | 111001 | 101100 |
Color Harmonies of #6130AF
Complementary color
Monochromatic Colors of #6130AF
Black with #6130AF
Text Example
Text Example
White with #6130AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6130AF; }
p { color: rgb(97,48,175); }
H1.HeaderClassName
{
color: #6130AF;
}
.AnyTagClassName
{
color: #6130AF;
}
</style>
background-color css
<style>
a { background-color: #6130AF; }
a { background-color: rgb(97,48,175); }
div.DivClassName
{
background-color: #6130AF;
}
.BgClassName
{
background-color: #6130AF;
}
</style>
border-color css
<style>
span { border-color: #6130AF; }
span { border-color: rgb(97,48,175); }
td.TdClassName
{
border-color: #6130AF;
}
.TagClassName
{
border-color: #6130AF;
}
</style>