Shades of Purple Heart #6221B0
Tints of Purple Heart #6221B0
RGB
CMYK
RGB Variations
Color information
#6221B0 (or 0x6221B0) is known color: Purple Heart. HEX triplet: 62, 21 and B0. RGB value is (98,33,176). Sum of RGB (Red+Green+Blue) = 98+33+176=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 176 (69.14% from 255 or 57.33% from 307); Max value from RGB is 176 - color contains mainly: blue. Hex color #6221B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6221B0 is #9DDE4F. Grayscale: #444444. Windows color (decimal): -10346064 or 11542882. OLE color: 11542882.
HSL color Cylindrical-coordinate representation of color #6221B0: hue angle of 267.27º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6221B0 is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 33 | 176 | - |
| CMYK | 0.44 | 0.81 | 0 | 0.31 |
| HSL | 267.27º | 0.68% | 0.41% | - |
| HSV(B) | 267.27º | 0.81% | 0.69% | - |
| XYZ | 13.42 | 6.82 | 41.68 | - |
| YUV | 68.74 | 188.53 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 33 | 176 | 0.44 | 0.81 | 0 | 0.31 | 267.27 | 0.68 | 0.41 |
| Hex | 62 | 21 | B0 | 2C | 51 | 0 | 1F | 10B | 44 | 29 |
| Octal | 142 | 41 | 260 | 54 | 121 | 0 | 37 | 413 | 104 | 51 |
| Binary | 1100010 | 100001 | 10110000 | 101100 | 1010001 | 0 | 11111 | 100001011 | 1000100 | 101001 |
Color Harmonies of #6221B0
Complementary color
Monochromatic Colors of #6221B0
Black with #6221B0
Text Example
Text Example
White with #6221B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6221B0; }
p { color: rgb(98,33,176); }
H1.HeaderClassName
{
color: #6221B0;
}
.AnyTagClassName
{
color: #6221B0;
}
</style>
background-color css
<style>
a { background-color: #6221B0; }
a { background-color: rgb(98,33,176); }
div.DivClassName
{
background-color: #6221B0;
}
.BgClassName
{
background-color: #6221B0;
}
</style>
border-color css
<style>
span { border-color: #6221B0; }
span { border-color: rgb(98,33,176); }
td.TdClassName
{
border-color: #6221B0;
}
.TagClassName
{
border-color: #6221B0;
}
</style>