Shades of Purple Heart #6206B2
Tints of Purple Heart #6206B2
RGB
CMYK
RGB Variations
Color information
#6206B2 (or 0x6206B2) is known color: Purple Heart. HEX triplet: 62, 06 and B2. RGB value is (98,6,178). Sum of RGB (Red+Green+Blue) = 98+6+178=282 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.75% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 178 (69.92% from 255 or 63.12% from 282); Max value from RGB is 178 - color contains mainly: blue. Hex color #6206B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6206B2 is #9DF94D. Grayscale: #343434. Windows color (decimal): -10352974 or 11667042. OLE color: 11667042.
HSL color Cylindrical-coordinate representation of color #6206B2: hue angle of 272.09º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6206B2 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 98 | 6 | 178 | - |
| CMYK | 0.45 | 0.97 | 0 | 0.30 |
| HSL | 272.09º | 0.93% | 0.36% | - |
| HSV(B) | 272.09º | 0.97% | 0.7% | - |
| XYZ | 13.14 | 5.94 | 42.57 | - |
| YUV | 53.12 | 198.48 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 6 | 178 | 0.45 | 0.97 | 0 | 0.30 | 272.09 | 0.93 | 0.36 |
| Hex | 62 | 6 | B2 | 2D | 61 | 0 | 1E | 110 | 5D | 24 |
| Octal | 142 | 6 | 262 | 55 | 141 | 0 | 36 | 420 | 135 | 44 |
| Binary | 1100010 | 110 | 10110010 | 101101 | 1100001 | 0 | 11110 | 100010000 | 1011101 | 100100 |
Color Harmonies of #6206B2
Complementary color
Monochromatic Colors of #6206B2
Black with #6206B2
Text Example
Text Example
White with #6206B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6206B2; }
p { color: rgb(98,6,178); }
H1.HeaderClassName
{
color: #6206B2;
}
.AnyTagClassName
{
color: #6206B2;
}
</style>
background-color css
<style>
a { background-color: #6206B2; }
a { background-color: rgb(98,6,178); }
div.DivClassName
{
background-color: #6206B2;
}
.BgClassName
{
background-color: #6206B2;
}
</style>
border-color css
<style>
span { border-color: #6206B2; }
span { border-color: rgb(98,6,178); }
td.TdClassName
{
border-color: #6206B2;
}
.TagClassName
{
border-color: #6206B2;
}
</style>