Shades of Purple Heart #611FAC
Tints of Purple Heart #611FAC
RGB
CMYK
RGB Variations
Color information
#611FAC (or 0x611FAC) is known color: Purple Heart. HEX triplet: 61, 1F and AC. RGB value is (97,31,172). Sum of RGB (Red+Green+Blue) = 97+31+172=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #611FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611FAC is #9EE053. Grayscale: #424242. Windows color (decimal): -10412116 or 11280225. OLE color: 11280225.
HSL color Cylindrical-coordinate representation of color #611FAC: hue angle of 268.09º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #611FAC is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 31 | 172 | - |
| CMYK | 0.44 | 0.82 | 0 | 0.33 |
| HSL | 268.09º | 0.69% | 0.4% | - |
| HSV(B) | 268.09º | 0.82% | 0.67% | - |
| XYZ | 12.87 | 6.5 | 39.61 | - |
| YUV | 66.81 | 187.37 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 31 | 172 | 0.44 | 0.82 | 0 | 0.33 | 268.09 | 0.69 | 0.4 |
| Hex | 61 | 1F | AC | 2C | 52 | 0 | 21 | 10C | 45 | 28 |
| Octal | 141 | 37 | 254 | 54 | 122 | 0 | 41 | 414 | 105 | 50 |
| Binary | 1100001 | 11111 | 10101100 | 101100 | 1010010 | 0 | 100001 | 100001100 | 1000101 | 101000 |
Color Harmonies of #611FAC
Complementary color
Monochromatic Colors of #611FAC
Black with #611FAC
Text Example
Text Example
White with #611FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611FAC; }
p { color: rgb(97,31,172); }
H1.HeaderClassName
{
color: #611FAC;
}
.AnyTagClassName
{
color: #611FAC;
}
</style>
background-color css
<style>
a { background-color: #611FAC; }
a { background-color: rgb(97,31,172); }
div.DivClassName
{
background-color: #611FAC;
}
.BgClassName
{
background-color: #611FAC;
}
</style>
border-color css
<style>
span { border-color: #611FAC; }
span { border-color: rgb(97,31,172); }
td.TdClassName
{
border-color: #611FAC;
}
.TagClassName
{
border-color: #611FAC;
}
</style>