Shades of Purple Heart #6221D1
Tints of Purple Heart #6221D1
RGB
CMYK
RGB Variations
Color information
#6221D1 (or 0x6221D1) is known color: Purple Heart. HEX triplet: 62, 21 and D1. RGB value is (98,33,209). Sum of RGB (Red+Green+Blue) = 98+33+209=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 209 (82.03% from 255 or 61.47% from 340); Max value from RGB is 209 - color contains mainly: blue. Hex color #6221D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6221D1 is #9DDE2E. Grayscale: #474747. Windows color (decimal): -10346031 or 13705570. OLE color: 13705570.
HSL color Cylindrical-coordinate representation of color #6221D1: hue angle of 262.16º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6221D1 is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 33 | 209 | - |
| CMYK | 0.53 | 0.84 | 0 | 0.18 |
| HSL | 262.16º | 0.73% | 0.47% | - |
| HSV(B) | 262.16º | 0.84% | 0.82% | - |
| XYZ | 17.09 | 8.29 | 61.02 | - |
| YUV | 72.5 | 205.03 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 33 | 209 | 0.53 | 0.84 | 0 | 0.18 | 262.16 | 0.73 | 0.47 |
| Hex | 62 | 21 | D1 | 35 | 54 | 0 | 12 | 106 | 49 | 2F |
| Octal | 142 | 41 | 321 | 65 | 124 | 0 | 22 | 406 | 111 | 57 |
| Binary | 1100010 | 100001 | 11010001 | 110101 | 1010100 | 0 | 10010 | 100000110 | 1001001 | 101111 |
Color Harmonies of #6221D1
Complementary color
Monochromatic Colors of #6221D1
Black with #6221D1
Text Example
Text Example
White with #6221D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6221D1; }
p { color: rgb(98,33,209); }
H1.HeaderClassName
{
color: #6221D1;
}
.AnyTagClassName
{
color: #6221D1;
}
</style>
background-color css
<style>
a { background-color: #6221D1; }
a { background-color: rgb(98,33,209); }
div.DivClassName
{
background-color: #6221D1;
}
.BgClassName
{
background-color: #6221D1;
}
</style>
border-color css
<style>
span { border-color: #6221D1; }
span { border-color: rgb(98,33,209); }
td.TdClassName
{
border-color: #6221D1;
}
.TagClassName
{
border-color: #6221D1;
}
</style>