Shades of Purple Heart #6202D0
Tints of Purple Heart #6202D0
RGB
CMYK
RGB Variations
Color information
#6202D0 (or 0x6202D0) is known color: Purple Heart. HEX triplet: 62, 02 and D0. RGB value is (98,2,208). Sum of RGB (Red+Green+Blue) = 98+2+208=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 208 (81.64% from 255 or 67.53% from 308); Max value from RGB is 208 - color contains mainly: blue. Hex color #6202D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6202D0 is #9DFD2F. Grayscale: #353535. Windows color (decimal): -10353968 or 13632098. OLE color: 13632098.
HSL color Cylindrical-coordinate representation of color #6202D0: hue angle of 267.96º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6202D0 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 2 | 208 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.18 |
| HSL | 267.96º | 0.98% | 0.41% | - |
| HSV(B) | 267.96º | 0.99% | 0.82% | - |
| XYZ | 16.44 | 7.19 | 60.2 | - |
| YUV | 54.19 | 214.8 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 208 | 0.53 | 0.99 | 0 | 0.18 | 267.96 | 0.98 | 0.41 |
| Hex | 62 | 2 | D0 | 35 | 63 | 0 | 12 | 10C | 62 | 29 |
| Octal | 142 | 2 | 320 | 65 | 143 | 0 | 22 | 414 | 142 | 51 |
| Binary | 1100010 | 10 | 11010000 | 110101 | 1100011 | 0 | 10010 | 100001100 | 1100010 | 101001 |
Color Harmonies of #6202D0
Complementary color
Monochromatic Colors of #6202D0
Black with #6202D0
Text Example
Text Example
White with #6202D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6202D0; }
p { color: rgb(98,2,208); }
H1.HeaderClassName
{
color: #6202D0;
}
.AnyTagClassName
{
color: #6202D0;
}
</style>
background-color css
<style>
a { background-color: #6202D0; }
a { background-color: rgb(98,2,208); }
div.DivClassName
{
background-color: #6202D0;
}
.BgClassName
{
background-color: #6202D0;
}
</style>
border-color css
<style>
span { border-color: #6202D0; }
span { border-color: rgb(98,2,208); }
td.TdClassName
{
border-color: #6202D0;
}
.TagClassName
{
border-color: #6202D0;
}
</style>