Shades of Purple Heart #6221B5
Tints of Purple Heart #6221B5
RGB
CMYK
RGB Variations
Color information
#6221B5 (or 0x6221B5) is known color: Purple Heart. HEX triplet: 62, 21 and B5. RGB value is (98,33,181). Sum of RGB (Red+Green+Blue) = 98+33+181=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 181 (71.09% from 255 or 58.01% from 312); Max value from RGB is 181 - color contains mainly: blue. Hex color #6221B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6221B5 is #9DDE4A. Grayscale: #444444. Windows color (decimal): -10346059 or 11870562. OLE color: 11870562.
HSL color Cylindrical-coordinate representation of color #6221B5: hue angle of 266.35º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6221B5 is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 98 | 33 | 181 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.29 |
| HSL | 266.35º | 0.69% | 0.42% | - |
| HSV(B) | 266.35º | 0.82% | 0.71% | - |
| XYZ | 13.92 | 7.02 | 44.34 | - |
| YUV | 69.31 | 191.03 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 33 | 181 | 0.46 | 0.82 | 0 | 0.29 | 266.35 | 0.69 | 0.42 |
| Hex | 62 | 21 | B5 | 2E | 52 | 0 | 1D | 10A | 45 | 2A |
| Octal | 142 | 41 | 265 | 56 | 122 | 0 | 35 | 412 | 105 | 52 |
| Binary | 1100010 | 100001 | 10110101 | 101110 | 1010010 | 0 | 11101 | 100001010 | 1000101 | 101010 |
Color Harmonies of #6221B5
Complementary color
Monochromatic Colors of #6221B5
Black with #6221B5
Text Example
Text Example
White with #6221B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6221B5; }
p { color: rgb(98,33,181); }
H1.HeaderClassName
{
color: #6221B5;
}
.AnyTagClassName
{
color: #6221B5;
}
</style>
background-color css
<style>
a { background-color: #6221B5; }
a { background-color: rgb(98,33,181); }
div.DivClassName
{
background-color: #6221B5;
}
.BgClassName
{
background-color: #6221B5;
}
</style>
border-color css
<style>
span { border-color: #6221B5; }
span { border-color: rgb(98,33,181); }
td.TdClassName
{
border-color: #6221B5;
}
.TagClassName
{
border-color: #6221B5;
}
</style>