Shades of Purple Heart #6221CE
Tints of Purple Heart #6221CE
RGB
CMYK
RGB Variations
Color information
#6221CE (or 0x6221CE) is known color: Purple Heart. HEX triplet: 62, 21 and CE. RGB value is (98,33,206). Sum of RGB (Red+Green+Blue) = 98+33+206=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #6221CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6221CE is #9DDE31. Grayscale: #474747. Windows color (decimal): -10346034 or 13508962. OLE color: 13508962.
HSL color Cylindrical-coordinate representation of color #6221CE: hue angle of 262.54º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6221CE is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 33 | 206 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.19 |
| HSL | 262.54º | 0.72% | 0.47% | - |
| HSV(B) | 262.54º | 0.84% | 0.81% | - |
| XYZ | 16.72 | 8.14 | 59.08 | - |
| YUV | 72.16 | 203.53 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 33 | 206 | 0.52 | 0.84 | 0 | 0.19 | 262.54 | 0.72 | 0.47 |
| Hex | 62 | 21 | CE | 34 | 54 | 0 | 13 | 107 | 48 | 2F |
| Octal | 142 | 41 | 316 | 64 | 124 | 0 | 23 | 407 | 110 | 57 |
| Binary | 1100010 | 100001 | 11001110 | 110100 | 1010100 | 0 | 10011 | 100000111 | 1001000 | 101111 |
Color Harmonies of #6221CE
Complementary color
Monochromatic Colors of #6221CE
Black with #6221CE
Text Example
Text Example
White with #6221CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6221CE; }
p { color: rgb(98,33,206); }
H1.HeaderClassName
{
color: #6221CE;
}
.AnyTagClassName
{
color: #6221CE;
}
</style>
background-color css
<style>
a { background-color: #6221CE; }
a { background-color: rgb(98,33,206); }
div.DivClassName
{
background-color: #6221CE;
}
.BgClassName
{
background-color: #6221CE;
}
</style>
border-color css
<style>
span { border-color: #6221CE; }
span { border-color: rgb(98,33,206); }
td.TdClassName
{
border-color: #6221CE;
}
.TagClassName
{
border-color: #6221CE;
}
</style>