Shades of Purple Heart #6204CC
Tints of Purple Heart #6204CC
RGB
CMYK
RGB Variations
Color information
#6204CC (or 0x6204CC) is known color: Purple Heart. HEX triplet: 62, 04 and CC. RGB value is (98,4,204). Sum of RGB (Red+Green+Blue) = 98+4+204=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #6204CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6204CC is #9DFB33. Grayscale: #363636. Windows color (decimal): -10353460 or 13370466. OLE color: 13370466.
HSL color Cylindrical-coordinate representation of color #6204CC: hue angle of 268.2º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6204CC is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 4 | 204 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.2 |
| HSL | 268.2º | 0.96% | 0.41% | - |
| HSV(B) | 268.2º | 0.98% | 0.8% | - |
| XYZ | 15.98 | 7.04 | 57.64 | - |
| YUV | 54.91 | 212.14 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 4 | 204 | 0.52 | 0.98 | 0 | 0.2 | 268.2 | 0.96 | 0.41 |
| Hex | 62 | 4 | CC | 34 | 62 | 0 | 14 | 10C | 60 | 29 |
| Octal | 142 | 4 | 314 | 64 | 142 | 0 | 24 | 414 | 140 | 51 |
| Binary | 1100010 | 100 | 11001100 | 110100 | 1100010 | 0 | 10100 | 100001100 | 1100000 | 101001 |
Color Harmonies of #6204CC
Complementary color
Monochromatic Colors of #6204CC
Black with #6204CC
Text Example
Text Example
White with #6204CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6204CC; }
p { color: rgb(98,4,204); }
H1.HeaderClassName
{
color: #6204CC;
}
.AnyTagClassName
{
color: #6204CC;
}
</style>
background-color css
<style>
a { background-color: #6204CC; }
a { background-color: rgb(98,4,204); }
div.DivClassName
{
background-color: #6204CC;
}
.BgClassName
{
background-color: #6204CC;
}
</style>
border-color css
<style>
span { border-color: #6204CC; }
span { border-color: rgb(98,4,204); }
td.TdClassName
{
border-color: #6204CC;
}
.TagClassName
{
border-color: #6204CC;
}
</style>