Shades of Purple Heart #6120CE
Tints of Purple Heart #6120CE
RGB
CMYK
RGB Variations
Color information
#6120CE (or 0x6120CE) is known color: Purple Heart. HEX triplet: 61, 20 and CE. RGB value is (97,32,206). Sum of RGB (Red+Green+Blue) = 97+32+206=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #6120CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6120CE is #9EDF31. Grayscale: #464646. Windows color (decimal): -10411826 or 13508705. OLE color: 13508705.
HSL color Cylindrical-coordinate representation of color #6120CE: hue angle of 262.41º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6120CE is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 32 | 206 | - |
| CMYK | 0.53 | 0.84 | 0 | 0.19 |
| HSL | 262.41º | 0.73% | 0.47% | - |
| HSV(B) | 262.41º | 0.84% | 0.81% | - |
| XYZ | 16.59 | 8.03 | 59.07 | - |
| YUV | 71.27 | 204.03 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 32 | 206 | 0.53 | 0.84 | 0 | 0.19 | 262.41 | 0.73 | 0.47 |
| Hex | 61 | 20 | CE | 35 | 54 | 0 | 13 | 106 | 49 | 2F |
| Octal | 141 | 40 | 316 | 65 | 124 | 0 | 23 | 406 | 111 | 57 |
| Binary | 1100001 | 100000 | 11001110 | 110101 | 1010100 | 0 | 10011 | 100000110 | 1001001 | 101111 |
Color Harmonies of #6120CE
Complementary color
Monochromatic Colors of #6120CE
Black with #6120CE
Text Example
Text Example
White with #6120CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6120CE; }
p { color: rgb(97,32,206); }
H1.HeaderClassName
{
color: #6120CE;
}
.AnyTagClassName
{
color: #6120CE;
}
</style>
background-color css
<style>
a { background-color: #6120CE; }
a { background-color: rgb(97,32,206); }
div.DivClassName
{
background-color: #6120CE;
}
.BgClassName
{
background-color: #6120CE;
}
</style>
border-color css
<style>
span { border-color: #6120CE; }
span { border-color: rgb(97,32,206); }
td.TdClassName
{
border-color: #6120CE;
}
.TagClassName
{
border-color: #6120CE;
}
</style>