Shades of Purple Heart #6123B7
Tints of Purple Heart #6123B7
RGB
CMYK
RGB Variations
Color information
#6123B7 (or 0x6123B7) is known color: Purple Heart. HEX triplet: 61, 23 and B7. RGB value is (97,35,183). Sum of RGB (Red+Green+Blue) = 97+35+183=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 183 (71.88% from 255 or 58.10% from 315); Max value from RGB is 183 - color contains mainly: blue. Hex color #6123B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6123B7 is #9EDC48. Grayscale: #454545. Windows color (decimal): -10411081 or 12002145. OLE color: 12002145.
HSL color Cylindrical-coordinate representation of color #6123B7: hue angle of 265.14º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6123B7 is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 97 | 35 | 183 | - |
| CMYK | 0.47 | 0.81 | 0 | 0.28 |
| HSL | 265.14º | 0.68% | 0.43% | - |
| HSV(B) | 265.14º | 0.81% | 0.72% | - |
| XYZ | 14.08 | 7.16 | 45.44 | - |
| YUV | 70.41 | 191.54 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 35 | 183 | 0.47 | 0.81 | 0 | 0.28 | 265.14 | 0.68 | 0.43 |
| Hex | 61 | 23 | B7 | 2F | 51 | 0 | 1C | 109 | 44 | 2B |
| Octal | 141 | 43 | 267 | 57 | 121 | 0 | 34 | 411 | 104 | 53 |
| Binary | 1100001 | 100011 | 10110111 | 101111 | 1010001 | 0 | 11100 | 100001001 | 1000100 | 101011 |
Color Harmonies of #6123B7
Complementary color
Monochromatic Colors of #6123B7
Black with #6123B7
Text Example
Text Example
White with #6123B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6123B7; }
p { color: rgb(97,35,183); }
H1.HeaderClassName
{
color: #6123B7;
}
.AnyTagClassName
{
color: #6123B7;
}
</style>
background-color css
<style>
a { background-color: #6123B7; }
a { background-color: rgb(97,35,183); }
div.DivClassName
{
background-color: #6123B7;
}
.BgClassName
{
background-color: #6123B7;
}
</style>
border-color css
<style>
span { border-color: #6123B7; }
span { border-color: rgb(97,35,183); }
td.TdClassName
{
border-color: #6123B7;
}
.TagClassName
{
border-color: #6123B7;
}
</style>