Shades of Purple Heart #6206CC
Tints of Purple Heart #6206CC
RGB
CMYK
RGB Variations
Color information
#6206CC (or 0x6206CC) is known color: Purple Heart. HEX triplet: 62, 06 and CC. RGB value is (98,6,204). Sum of RGB (Red+Green+Blue) = 98+6+204=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 204 (80.08% from 255 or 66.23% from 308); Max value from RGB is 204 - color contains mainly: blue. Hex color #6206CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6206CC is #9DF933. Grayscale: #373737. Windows color (decimal): -10352948 or 13370978. OLE color: 13370978.
HSL color Cylindrical-coordinate representation of color #6206CC: hue angle of 267.88º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6206CC is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 6 | 204 | - |
| CMYK | 0.52 | 0.97 | 0 | 0.2 |
| HSL | 267.88º | 0.94% | 0.41% | - |
| HSV(B) | 267.88º | 0.97% | 0.8% | - |
| XYZ | 16 | 7.09 | 57.65 | - |
| YUV | 56.08 | 211.48 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 6 | 204 | 0.52 | 0.97 | 0 | 0.2 | 267.88 | 0.94 | 0.41 |
| Hex | 62 | 6 | CC | 34 | 61 | 0 | 14 | 10C | 5E | 29 |
| Octal | 142 | 6 | 314 | 64 | 141 | 0 | 24 | 414 | 136 | 51 |
| Binary | 1100010 | 110 | 11001100 | 110100 | 1100001 | 0 | 10100 | 100001100 | 1011110 | 101001 |
Color Harmonies of #6206CC
Complementary color
Monochromatic Colors of #6206CC
Black with #6206CC
Text Example
Text Example
White with #6206CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6206CC; }
p { color: rgb(98,6,204); }
H1.HeaderClassName
{
color: #6206CC;
}
.AnyTagClassName
{
color: #6206CC;
}
</style>
background-color css
<style>
a { background-color: #6206CC; }
a { background-color: rgb(98,6,204); }
div.DivClassName
{
background-color: #6206CC;
}
.BgClassName
{
background-color: #6206CC;
}
</style>
border-color css
<style>
span { border-color: #6206CC; }
span { border-color: rgb(98,6,204); }
td.TdClassName
{
border-color: #6206CC;
}
.TagClassName
{
border-color: #6206CC;
}
</style>