Shades of Purple Heart #6213AF
Tints of Purple Heart #6213AF
RGB
CMYK
RGB Variations
Color information
#6213AF (or 0x6213AF) is known color: Purple Heart. HEX triplet: 62, 13 and AF. RGB value is (98,19,175). Sum of RGB (Red+Green+Blue) = 98+19+175=292 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.56% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 175 (68.75% from 255 or 59.93% from 292); Max value from RGB is 175 - color contains mainly: blue. Hex color #6213AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6213AF is #9DEC50. Grayscale: #3B3B3B. Windows color (decimal): -10349649 or 11473762. OLE color: 11473762.
HSL color Cylindrical-coordinate representation of color #6213AF: hue angle of 270.38º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6213AF is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 19 | 175 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.31 |
| HSL | 270.38º | 0.8% | 0.38% | - |
| HSV(B) | 270.38º | 0.89% | 0.69% | - |
| XYZ | 13.01 | 6.16 | 41.06 | - |
| YUV | 60.41 | 192.67 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 19 | 175 | 0.44 | 0.89 | 0 | 0.31 | 270.38 | 0.8 | 0.38 |
| Hex | 62 | 13 | AF | 2C | 59 | 0 | 1F | 10E | 50 | 26 |
| Octal | 142 | 23 | 257 | 54 | 131 | 0 | 37 | 416 | 120 | 46 |
| Binary | 1100010 | 10011 | 10101111 | 101100 | 1011001 | 0 | 11111 | 100001110 | 1010000 | 100110 |
Color Harmonies of #6213AF
Complementary color
Monochromatic Colors of #6213AF
Black with #6213AF
Text Example
Text Example
White with #6213AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6213AF; }
p { color: rgb(98,19,175); }
H1.HeaderClassName
{
color: #6213AF;
}
.AnyTagClassName
{
color: #6213AF;
}
</style>
background-color css
<style>
a { background-color: #6213AF; }
a { background-color: rgb(98,19,175); }
div.DivClassName
{
background-color: #6213AF;
}
.BgClassName
{
background-color: #6213AF;
}
</style>
border-color css
<style>
span { border-color: #6213AF; }
span { border-color: rgb(98,19,175); }
td.TdClassName
{
border-color: #6213AF;
}
.TagClassName
{
border-color: #6213AF;
}
</style>