Shades of Purple Heart #6221CF
Tints of Purple Heart #6221CF
RGB
CMYK
RGB Variations
Color information
#6221CF (or 0x6221CF) is known color: Purple Heart. HEX triplet: 62, 21 and CF. RGB value is (98,33,207). Sum of RGB (Red+Green+Blue) = 98+33+207=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #6221CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6221CF is #9DDE30. Grayscale: #474747. Windows color (decimal): -10346033 or 13574498. OLE color: 13574498.
HSL color Cylindrical-coordinate representation of color #6221CF: hue angle of 262.41º degrees, saturation: 0.73, 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 #6221CF is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 33 | 207 | - |
| CMYK | 0.53 | 0.84 | 0 | 0.19 |
| HSL | 262.41º | 0.73% | 0.47% | - |
| HSV(B) | 262.41º | 0.84% | 0.81% | - |
| XYZ | 16.84 | 8.19 | 59.72 | - |
| YUV | 72.27 | 204.03 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 33 | 207 | 0.53 | 0.84 | 0 | 0.19 | 262.41 | 0.73 | 0.47 |
| Hex | 62 | 21 | CF | 35 | 54 | 0 | 13 | 106 | 48 | 2F |
| Octal | 142 | 41 | 317 | 65 | 124 | 0 | 23 | 406 | 110 | 57 |
| Binary | 1100010 | 100001 | 11001111 | 110101 | 1010100 | 0 | 10011 | 100000110 | 1001000 | 101111 |
Color Harmonies of #6221CF
Complementary color
Monochromatic Colors of #6221CF
Black with #6221CF
Text Example
Text Example
White with #6221CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6221CF; }
p { color: rgb(98,33,207); }
H1.HeaderClassName
{
color: #6221CF;
}
.AnyTagClassName
{
color: #6221CF;
}
</style>
background-color css
<style>
a { background-color: #6221CF; }
a { background-color: rgb(98,33,207); }
div.DivClassName
{
background-color: #6221CF;
}
.BgClassName
{
background-color: #6221CF;
}
</style>
border-color css
<style>
span { border-color: #6221CF; }
span { border-color: rgb(98,33,207); }
td.TdClassName
{
border-color: #6221CF;
}
.TagClassName
{
border-color: #6221CF;
}
</style>