Shades of Purple Heart #6124AC
Tints of Purple Heart #6124AC
RGB
CMYK
RGB Variations
Color information
#6124AC (or 0x6124AC) is known color: Purple Heart. HEX triplet: 61, 24 and AC. RGB value is (97,36,172). Sum of RGB (Red+Green+Blue) = 97+36+172=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #6124AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6124AC is #9EDB53. Grayscale: #454545. Windows color (decimal): -10410836 or 11281505. OLE color: 11281505.
HSL color Cylindrical-coordinate representation of color #6124AC: hue angle of 266.91º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6124AC is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 36 | 172 | - |
| CMYK | 0.44 | 0.79 | 0 | 0.33 |
| HSL | 266.91º | 0.65% | 0.41% | - |
| HSV(B) | 266.91º | 0.79% | 0.67% | - |
| XYZ | 13.01 | 6.78 | 39.65 | - |
| YUV | 69.74 | 185.71 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 36 | 172 | 0.44 | 0.79 | 0 | 0.33 | 266.91 | 0.65 | 0.41 |
| Hex | 61 | 24 | AC | 2C | 4F | 0 | 21 | 10B | 41 | 29 |
| Octal | 141 | 44 | 254 | 54 | 117 | 0 | 41 | 413 | 101 | 51 |
| Binary | 1100001 | 100100 | 10101100 | 101100 | 1001111 | 0 | 100001 | 100001011 | 1000001 | 101001 |
Color Harmonies of #6124AC
Complementary color
Monochromatic Colors of #6124AC
Black with #6124AC
Text Example
Text Example
White with #6124AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6124AC; }
p { color: rgb(97,36,172); }
H1.HeaderClassName
{
color: #6124AC;
}
.AnyTagClassName
{
color: #6124AC;
}
</style>
background-color css
<style>
a { background-color: #6124AC; }
a { background-color: rgb(97,36,172); }
div.DivClassName
{
background-color: #6124AC;
}
.BgClassName
{
background-color: #6124AC;
}
</style>
border-color css
<style>
span { border-color: #6124AC; }
span { border-color: rgb(97,36,172); }
td.TdClassName
{
border-color: #6124AC;
}
.TagClassName
{
border-color: #6124AC;
}
</style>