Shades of Purple Heart #6221CC
Tints of Purple Heart #6221CC
RGB
CMYK
RGB Variations
Color information
#6221CC (or 0x6221CC) is known color: Purple Heart. HEX triplet: 62, 21 and CC. RGB value is (98,33,204). Sum of RGB (Red+Green+Blue) = 98+33+204=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #6221CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6221CC is #9DDE33. Grayscale: #474747. Windows color (decimal): -10346036 or 13377890. OLE color: 13377890.
HSL color Cylindrical-coordinate representation of color #6221CC: hue angle of 262.81º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6221CC is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 33 | 204 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.2 |
| HSL | 262.81º | 0.72% | 0.46% | - |
| HSV(B) | 262.81º | 0.84% | 0.8% | - |
| XYZ | 16.48 | 8.04 | 57.81 | - |
| YUV | 71.93 | 202.53 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 33 | 204 | 0.52 | 0.84 | 0 | 0.2 | 262.81 | 0.72 | 0.46 |
| Hex | 62 | 21 | CC | 34 | 54 | 0 | 14 | 107 | 48 | 2E |
| Octal | 142 | 41 | 314 | 64 | 124 | 0 | 24 | 407 | 110 | 56 |
| Binary | 1100010 | 100001 | 11001100 | 110100 | 1010100 | 0 | 10100 | 100000111 | 1001000 | 101110 |
Color Harmonies of #6221CC
Complementary color
Monochromatic Colors of #6221CC
Black with #6221CC
Text Example
Text Example
White with #6221CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6221CC; }
p { color: rgb(98,33,204); }
H1.HeaderClassName
{
color: #6221CC;
}
.AnyTagClassName
{
color: #6221CC;
}
</style>
background-color css
<style>
a { background-color: #6221CC; }
a { background-color: rgb(98,33,204); }
div.DivClassName
{
background-color: #6221CC;
}
.BgClassName
{
background-color: #6221CC;
}
</style>
border-color css
<style>
span { border-color: #6221CC; }
span { border-color: rgb(98,33,204); }
td.TdClassName
{
border-color: #6221CC;
}
.TagClassName
{
border-color: #6221CC;
}
</style>