Shades of Purple Heart #6222AF
Tints of Purple Heart #6222AF
RGB
CMYK
RGB Variations
Color information
#6222AF (or 0x6222AF) is known color: Purple Heart. HEX triplet: 62, 22 and AF. RGB value is (98,34,175). Sum of RGB (Red+Green+Blue) = 98+34+175=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 175 (68.75% from 255 or 57.00% from 307); Max value from RGB is 175 - color contains mainly: blue. Hex color #6222AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6222AF is #9DDD50. Grayscale: #444444. Windows color (decimal): -10345809 or 11477602. OLE color: 11477602.
HSL color Cylindrical-coordinate representation of color #6222AF: hue angle of 267.23º degrees, saturation: 0.67, 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 #6222AF is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 34 | 175 | - |
| CMYK | 0.44 | 0.81 | 0 | 0.31 |
| HSL | 267.23º | 0.67% | 0.41% | - |
| HSV(B) | 267.23º | 0.81% | 0.69% | - |
| XYZ | 13.35 | 6.84 | 41.17 | - |
| YUV | 69.21 | 187.7 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 34 | 175 | 0.44 | 0.81 | 0 | 0.31 | 267.23 | 0.67 | 0.41 |
| Hex | 62 | 22 | AF | 2C | 51 | 0 | 1F | 10B | 43 | 29 |
| Octal | 142 | 42 | 257 | 54 | 121 | 0 | 37 | 413 | 103 | 51 |
| Binary | 1100010 | 100010 | 10101111 | 101100 | 1010001 | 0 | 11111 | 100001011 | 1000011 | 101001 |
Color Harmonies of #6222AF
Complementary color
Monochromatic Colors of #6222AF
Black with #6222AF
Text Example
Text Example
White with #6222AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6222AF; }
p { color: rgb(98,34,175); }
H1.HeaderClassName
{
color: #6222AF;
}
.AnyTagClassName
{
color: #6222AF;
}
</style>
background-color css
<style>
a { background-color: #6222AF; }
a { background-color: rgb(98,34,175); }
div.DivClassName
{
background-color: #6222AF;
}
.BgClassName
{
background-color: #6222AF;
}
</style>
border-color css
<style>
span { border-color: #6222AF; }
span { border-color: rgb(98,34,175); }
td.TdClassName
{
border-color: #6222AF;
}
.TagClassName
{
border-color: #6222AF;
}
</style>