Shades of Purple Heart #6204D2
Tints of Purple Heart #6204D2
RGB
CMYK
RGB Variations
Color information
#6204D2 (or 0x6204D2) is known color: Purple Heart. HEX triplet: 62, 04 and D2. RGB value is (98,4,210). Sum of RGB (Red+Green+Blue) = 98+4+210=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 210 (82.42% from 255 or 67.31% from 312); Max value from RGB is 210 - color contains mainly: blue. Hex color #6204D2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6204D2 is #9DFB2D. Grayscale: #363636. Windows color (decimal): -10353454 or 13763682. OLE color: 13763682.
HSL color Cylindrical-coordinate representation of color #6204D2: hue angle of 267.38º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6204D2 is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 4 | 210 | - |
| CMYK | 0.53 | 0.98 | 0 | 0.18 |
| HSL | 267.38º | 0.96% | 0.42% | - |
| HSV(B) | 267.38º | 0.98% | 0.82% | - |
| XYZ | 16.71 | 7.34 | 61.51 | - |
| YUV | 55.59 | 215.14 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 4 | 210 | 0.53 | 0.98 | 0 | 0.18 | 267.38 | 0.96 | 0.42 |
| Hex | 62 | 4 | D2 | 35 | 62 | 0 | 12 | 10B | 60 | 2A |
| Octal | 142 | 4 | 322 | 65 | 142 | 0 | 22 | 413 | 140 | 52 |
| Binary | 1100010 | 100 | 11010010 | 110101 | 1100010 | 0 | 10010 | 100001011 | 1100000 | 101010 |
Color Harmonies of #6204D2
Complementary color
Monochromatic Colors of #6204D2
Black with #6204D2
Text Example
Text Example
White with #6204D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6204D2; }
p { color: rgb(98,4,210); }
H1.HeaderClassName
{
color: #6204D2;
}
.AnyTagClassName
{
color: #6204D2;
}
</style>
background-color css
<style>
a { background-color: #6204D2; }
a { background-color: rgb(98,4,210); }
div.DivClassName
{
background-color: #6204D2;
}
.BgClassName
{
background-color: #6204D2;
}
</style>
border-color css
<style>
span { border-color: #6204D2; }
span { border-color: rgb(98,4,210); }
td.TdClassName
{
border-color: #6204D2;
}
.TagClassName
{
border-color: #6204D2;
}
</style>