Shades of Purple Heart #6130CF
Tints of Purple Heart #6130CF
RGB
CMYK
RGB Variations
Color information
#6130CF (or 0x6130CF) is known color: Purple Heart. HEX triplet: 61, 30 and CF. RGB value is (97,48,207). Sum of RGB (Red+Green+Blue) = 97+48+207=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #6130CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6130CF is #9ECF30. Grayscale: #505050. Windows color (decimal): -10407729 or 13578337. OLE color: 13578337.
HSL color Cylindrical-coordinate representation of color #6130CF: hue angle of 258.49º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6130CF is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 48 | 207 | - |
| CMYK | 0.53 | 0.77 | 0 | 0.19 |
| HSL | 258.49º | 0.62% | 0.5% | - |
| HSV(B) | 258.49º | 0.77% | 0.81% | - |
| XYZ | 17.25 | 9.16 | 59.89 | - |
| YUV | 80.78 | 199.23 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 48 | 207 | 0.53 | 0.77 | 0 | 0.19 | 258.49 | 0.62 | 0.5 |
| Hex | 61 | 30 | CF | 35 | 4D | 0 | 13 | 102 | 3E | 32 |
| Octal | 141 | 60 | 317 | 65 | 115 | 0 | 23 | 402 | 76 | 62 |
| Binary | 1100001 | 110000 | 11001111 | 110101 | 1001101 | 0 | 10011 | 100000010 | 111110 | 110010 |
Color Harmonies of #6130CF
Complementary color
Monochromatic Colors of #6130CF
Black with #6130CF
Text Example
Text Example
White with #6130CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6130CF; }
p { color: rgb(97,48,207); }
H1.HeaderClassName
{
color: #6130CF;
}
.AnyTagClassName
{
color: #6130CF;
}
</style>
background-color css
<style>
a { background-color: #6130CF; }
a { background-color: rgb(97,48,207); }
div.DivClassName
{
background-color: #6130CF;
}
.BgClassName
{
background-color: #6130CF;
}
</style>
border-color css
<style>
span { border-color: #6130CF; }
span { border-color: rgb(97,48,207); }
td.TdClassName
{
border-color: #6130CF;
}
.TagClassName
{
border-color: #6130CF;
}
</style>