Shades of Purple Heart #6206CF
Tints of Purple Heart #6206CF
RGB
CMYK
RGB Variations
Color information
#6206CF (or 0x6206CF) is known color: Purple Heart. HEX triplet: 62, 06 and CF. RGB value is (98,6,207). Sum of RGB (Red+Green+Blue) = 98+6+207=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 207 (81.25% from 255 or 66.56% from 311); Max value from RGB is 207 - color contains mainly: blue. Hex color #6206CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6206CF is #9DF930. Grayscale: #373737. Windows color (decimal): -10352945 or 13567586. OLE color: 13567586.
HSL color Cylindrical-coordinate representation of color #6206CF: hue angle of 267.46º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6206CF is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 6 | 207 | - |
| CMYK | 0.53 | 0.97 | 0 | 0.19 |
| HSL | 267.46º | 0.94% | 0.42% | - |
| HSV(B) | 267.46º | 0.97% | 0.81% | - |
| XYZ | 16.36 | 7.23 | 59.56 | - |
| YUV | 56.42 | 212.98 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 6 | 207 | 0.53 | 0.97 | 0 | 0.19 | 267.46 | 0.94 | 0.42 |
| Hex | 62 | 6 | CF | 35 | 61 | 0 | 13 | 10B | 5E | 2A |
| Octal | 142 | 6 | 317 | 65 | 141 | 0 | 23 | 413 | 136 | 52 |
| Binary | 1100010 | 110 | 11001111 | 110101 | 1100001 | 0 | 10011 | 100001011 | 1011110 | 101010 |
Color Harmonies of #6206CF
Complementary color
Monochromatic Colors of #6206CF
Black with #6206CF
Text Example
Text Example
White with #6206CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6206CF; }
p { color: rgb(98,6,207); }
H1.HeaderClassName
{
color: #6206CF;
}
.AnyTagClassName
{
color: #6206CF;
}
</style>
background-color css
<style>
a { background-color: #6206CF; }
a { background-color: rgb(98,6,207); }
div.DivClassName
{
background-color: #6206CF;
}
.BgClassName
{
background-color: #6206CF;
}
</style>
border-color css
<style>
span { border-color: #6206CF; }
span { border-color: rgb(98,6,207); }
td.TdClassName
{
border-color: #6206CF;
}
.TagClassName
{
border-color: #6206CF;
}
</style>