Shades of Purple Heart #6221B3
Tints of Purple Heart #6221B3
RGB
CMYK
RGB Variations
Color information
#6221B3 (or 0x6221B3) is known color: Purple Heart. HEX triplet: 62, 21 and B3. RGB value is (98,33,179). Sum of RGB (Red+Green+Blue) = 98+33+179=310 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.61% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 179 (70.31% from 255 or 57.74% from 310); Max value from RGB is 179 - color contains mainly: blue. Hex color #6221B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6221B3 is #9DDE4C. Grayscale: #444444. Windows color (decimal): -10346061 or 11739490. OLE color: 11739490.
HSL color Cylindrical-coordinate representation of color #6221B3: hue angle of 266.71º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6221B3 is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 98 | 33 | 179 | - |
| CMYK | 0.45 | 0.82 | 0 | 0.30 |
| HSL | 266.71º | 0.69% | 0.42% | - |
| HSV(B) | 266.71º | 0.82% | 0.7% | - |
| XYZ | 13.72 | 6.94 | 43.26 | - |
| YUV | 69.08 | 190.03 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 33 | 179 | 0.45 | 0.82 | 0 | 0.30 | 266.71 | 0.69 | 0.42 |
| Hex | 62 | 21 | B3 | 2D | 52 | 0 | 1E | 10B | 45 | 2A |
| Octal | 142 | 41 | 263 | 55 | 122 | 0 | 36 | 413 | 105 | 52 |
| Binary | 1100010 | 100001 | 10110011 | 101101 | 1010010 | 0 | 11110 | 100001011 | 1000101 | 101010 |
Color Harmonies of #6221B3
Complementary color
Monochromatic Colors of #6221B3
Black with #6221B3
Text Example
Text Example
White with #6221B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6221B3; }
p { color: rgb(98,33,179); }
H1.HeaderClassName
{
color: #6221B3;
}
.AnyTagClassName
{
color: #6221B3;
}
</style>
background-color css
<style>
a { background-color: #6221B3; }
a { background-color: rgb(98,33,179); }
div.DivClassName
{
background-color: #6221B3;
}
.BgClassName
{
background-color: #6221B3;
}
</style>
border-color css
<style>
span { border-color: #6221B3; }
span { border-color: rgb(98,33,179); }
td.TdClassName
{
border-color: #6221B3;
}
.TagClassName
{
border-color: #6221B3;
}
</style>