Shades of Purple Heart #6204C5
Tints of Purple Heart #6204C5
RGB
CMYK
RGB Variations
Color information
#6204C5 (or 0x6204C5) is known color: Purple Heart. HEX triplet: 62, 04 and C5. RGB value is (98,4,197). Sum of RGB (Red+Green+Blue) = 98+4+197=299 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.78% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 197 (77.34% from 255 or 65.89% from 299); Max value from RGB is 197 - color contains mainly: blue. Hex color #6204C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6204C5 is #9DFB3A. Grayscale: #353535. Windows color (decimal): -10353467 or 12911714. OLE color: 12911714.
HSL color Cylindrical-coordinate representation of color #6204C5: hue angle of 269.22º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6204C5 is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 98 | 4 | 197 | - |
| CMYK | 0.50 | 0.98 | 0 | 0.23 |
| HSL | 269.22º | 0.96% | 0.39% | - |
| HSV(B) | 269.22º | 0.98% | 0.77% | - |
| XYZ | 15.16 | 6.71 | 53.32 | - |
| YUV | 54.11 | 208.64 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 4 | 197 | 0.50 | 0.98 | 0 | 0.23 | 269.22 | 0.96 | 0.39 |
| Hex | 62 | 4 | C5 | 32 | 62 | 0 | 17 | 10D | 60 | 27 |
| Octal | 142 | 4 | 305 | 62 | 142 | 0 | 27 | 415 | 140 | 47 |
| Binary | 1100010 | 100 | 11000101 | 110010 | 1100010 | 0 | 10111 | 100001101 | 1100000 | 100111 |
Color Harmonies of #6204C5
Complementary color
Monochromatic Colors of #6204C5
Black with #6204C5
Text Example
Text Example
White with #6204C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6204C5; }
p { color: rgb(98,4,197); }
H1.HeaderClassName
{
color: #6204C5;
}
.AnyTagClassName
{
color: #6204C5;
}
</style>
background-color css
<style>
a { background-color: #6204C5; }
a { background-color: rgb(98,4,197); }
div.DivClassName
{
background-color: #6204C5;
}
.BgClassName
{
background-color: #6204C5;
}
</style>
border-color css
<style>
span { border-color: #6204C5; }
span { border-color: rgb(98,4,197); }
td.TdClassName
{
border-color: #6204C5;
}
.TagClassName
{
border-color: #6204C5;
}
</style>