Shades of Purple Heart #6121C1
Tints of Purple Heart #6121C1
RGB
CMYK
RGB Variations
Color information
#6121C1 (or 0x6121C1) is known color: Purple Heart. HEX triplet: 61, 21 and C1. RGB value is (97,33,193). Sum of RGB (Red+Green+Blue) = 97+33+193=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 193 (75.78% from 255 or 59.75% from 323); Max value from RGB is 193 - color contains mainly: blue. Hex color #6121C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6121C1 is #9EDE3E. Grayscale: #454545. Windows color (decimal): -10411583 or 12656993. OLE color: 12656993.
HSL color Cylindrical-coordinate representation of color #6121C1: hue angle of 264º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6121C1 is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 33 | 193 | - |
| CMYK | 0.50 | 0.83 | 0 | 0.24 |
| HSL | 264º | 0.71% | 0.44% | - |
| HSV(B) | 264º | 0.83% | 0.76% | - |
| XYZ | 15.1 | 7.48 | 51.1 | - |
| YUV | 70.38 | 197.2 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 33 | 193 | 0.50 | 0.83 | 0 | 0.24 | 264 | 0.71 | 0.44 |
| Hex | 61 | 21 | C1 | 32 | 53 | 0 | 18 | 108 | 47 | 2C |
| Octal | 141 | 41 | 301 | 62 | 123 | 0 | 30 | 410 | 107 | 54 |
| Binary | 1100001 | 100001 | 11000001 | 110010 | 1010011 | 0 | 11000 | 100001000 | 1000111 | 101100 |
Color Harmonies of #6121C1
Complementary color
Monochromatic Colors of #6121C1
Black with #6121C1
Text Example
Text Example
White with #6121C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6121C1; }
p { color: rgb(97,33,193); }
H1.HeaderClassName
{
color: #6121C1;
}
.AnyTagClassName
{
color: #6121C1;
}
</style>
background-color css
<style>
a { background-color: #6121C1; }
a { background-color: rgb(97,33,193); }
div.DivClassName
{
background-color: #6121C1;
}
.BgClassName
{
background-color: #6121C1;
}
</style>
border-color css
<style>
span { border-color: #6121C1; }
span { border-color: rgb(97,33,193); }
td.TdClassName
{
border-color: #6121C1;
}
.TagClassName
{
border-color: #6121C1;
}
</style>