Shades of Purple Heart #6123AD
Tints of Purple Heart #6123AD
RGB
CMYK
RGB Variations
Color information
#6123AD (or 0x6123AD) is known color: Purple Heart. HEX triplet: 61, 23 and AD. RGB value is (97,35,173). Sum of RGB (Red+Green+Blue) = 97+35+173=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #6123AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6123AD is #9EDC52. Grayscale: #444444. Windows color (decimal): -10411091 or 11346785. OLE color: 11346785.
HSL color Cylindrical-coordinate representation of color #6123AD: hue angle of 266.96º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6123AD is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 35 | 173 | - |
| CMYK | 0.44 | 0.80 | 0 | 0.32 |
| HSL | 266.96º | 0.66% | 0.41% | - |
| HSV(B) | 266.96º | 0.8% | 0.68% | - |
| XYZ | 13.07 | 6.76 | 40.15 | - |
| YUV | 69.27 | 186.54 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 35 | 173 | 0.44 | 0.80 | 0 | 0.32 | 266.96 | 0.66 | 0.41 |
| Hex | 61 | 23 | AD | 2C | 50 | 0 | 20 | 10B | 42 | 29 |
| Octal | 141 | 43 | 255 | 54 | 120 | 0 | 40 | 413 | 102 | 51 |
| Binary | 1100001 | 100011 | 10101101 | 101100 | 1010000 | 0 | 100000 | 100001011 | 1000010 | 101001 |
Color Harmonies of #6123AD
Complementary color
Monochromatic Colors of #6123AD
Black with #6123AD
Text Example
Text Example
White with #6123AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6123AD; }
p { color: rgb(97,35,173); }
H1.HeaderClassName
{
color: #6123AD;
}
.AnyTagClassName
{
color: #6123AD;
}
</style>
background-color css
<style>
a { background-color: #6123AD; }
a { background-color: rgb(97,35,173); }
div.DivClassName
{
background-color: #6123AD;
}
.BgClassName
{
background-color: #6123AD;
}
</style>
border-color css
<style>
span { border-color: #6123AD; }
span { border-color: rgb(97,35,173); }
td.TdClassName
{
border-color: #6123AD;
}
.TagClassName
{
border-color: #6123AD;
}
</style>