Shades of Purple Heart #6123DE
Tints of Purple Heart #6123DE
RGB
CMYK
RGB Variations
Color information
#6123DE (or 0x6123DE) is known color: Purple Heart. HEX triplet: 61, 23 and DE. RGB value is (97,35,222). Sum of RGB (Red+Green+Blue) = 97+35+222=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 222 (87.11% from 255 or 62.71% from 354); Max value from RGB is 222 - color contains mainly: blue. Hex color #6123DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6123DE is #9EDC21. Grayscale: #4A4A4A. Windows color (decimal): -10411042 or 14558049. OLE color: 14558049.
HSL color Cylindrical-coordinate representation of color #6123DE: hue angle of 259.89º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6123DE is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 35 | 222 | - |
| CMYK | 0.56 | 0.84 | 0 | 0.13 |
| HSL | 259.89º | 0.74% | 0.5% | - |
| HSV(B) | 259.89º | 0.84% | 0.87% | - |
| XYZ | 18.72 | 9.02 | 69.86 | - |
| YUV | 74.86 | 211.04 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 35 | 222 | 0.56 | 0.84 | 0 | 0.13 | 259.89 | 0.74 | 0.5 |
| Hex | 61 | 23 | DE | 38 | 54 | 0 | D | 104 | 4A | 32 |
| Octal | 141 | 43 | 336 | 70 | 124 | 0 | 15 | 404 | 112 | 62 |
| Binary | 1100001 | 100011 | 11011110 | 111000 | 1010100 | 0 | 1101 | 100000100 | 1001010 | 110010 |
Color Harmonies of #6123DE
Complementary color
Monochromatic Colors of #6123DE
Black with #6123DE
Text Example
Text Example
White with #6123DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6123DE; }
p { color: rgb(97,35,222); }
H1.HeaderClassName
{
color: #6123DE;
}
.AnyTagClassName
{
color: #6123DE;
}
</style>
background-color css
<style>
a { background-color: #6123DE; }
a { background-color: rgb(97,35,222); }
div.DivClassName
{
background-color: #6123DE;
}
.BgClassName
{
background-color: #6123DE;
}
</style>
border-color css
<style>
span { border-color: #6123DE; }
span { border-color: rgb(97,35,222); }
td.TdClassName
{
border-color: #6123DE;
}
.TagClassName
{
border-color: #6123DE;
}
</style>