Shades of Purple Heart #6123D9
Tints of Purple Heart #6123D9
RGB
CMYK
RGB Variations
Color information
#6123D9 (or 0x6123D9) is known color: Purple Heart. HEX triplet: 61, 23 and D9. RGB value is (97,35,217). Sum of RGB (Red+Green+Blue) = 97+35+217=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 217 (85.16% from 255 or 62.18% from 349); Max value from RGB is 217 - color contains mainly: blue. Hex color #6123D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6123D9 is #9EDC26. Grayscale: #494949. Windows color (decimal): -10411047 or 14230369. OLE color: 14230369.
HSL color Cylindrical-coordinate representation of color #6123D9: hue angle of 260.44º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6123D9 is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 35 | 217 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.15 |
| HSL | 260.44º | 0.72% | 0.49% | - |
| HSV(B) | 260.44º | 0.84% | 0.85% | - |
| XYZ | 18.06 | 8.75 | 66.38 | - |
| YUV | 74.29 | 208.54 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 35 | 217 | 0.55 | 0.84 | 0 | 0.15 | 260.44 | 0.72 | 0.49 |
| Hex | 61 | 23 | D9 | 37 | 54 | 0 | F | 104 | 48 | 31 |
| Octal | 141 | 43 | 331 | 67 | 124 | 0 | 17 | 404 | 110 | 61 |
| Binary | 1100001 | 100011 | 11011001 | 110111 | 1010100 | 0 | 1111 | 100000100 | 1001000 | 110001 |
Color Harmonies of #6123D9
Complementary color
Monochromatic Colors of #6123D9
Black with #6123D9
Text Example
Text Example
White with #6123D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6123D9; }
p { color: rgb(97,35,217); }
H1.HeaderClassName
{
color: #6123D9;
}
.AnyTagClassName
{
color: #6123D9;
}
</style>
background-color css
<style>
a { background-color: #6123D9; }
a { background-color: rgb(97,35,217); }
div.DivClassName
{
background-color: #6123D9;
}
.BgClassName
{
background-color: #6123D9;
}
</style>
border-color css
<style>
span { border-color: #6123D9; }
span { border-color: rgb(97,35,217); }
td.TdClassName
{
border-color: #6123D9;
}
.TagClassName
{
border-color: #6123D9;
}
</style>