Shades of Purple Heart #6215AF
Tints of Purple Heart #6215AF
RGB
CMYK
RGB Variations
Color information
#6215AF (or 0x6215AF) is known color: Purple Heart. HEX triplet: 62, 15 and AF. RGB value is (98,21,175). Sum of RGB (Red+Green+Blue) = 98+21+175=294 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.33% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 175 (68.75% from 255 or 59.52% from 294); Max value from RGB is 175 - color contains mainly: blue. Hex color #6215AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6215AF is #9DEA50. Grayscale: #3D3D3D. Windows color (decimal): -10349137 or 11474274. OLE color: 11474274.
HSL color Cylindrical-coordinate representation of color #6215AF: hue angle of 270º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6215AF is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 21 | 175 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.31 |
| HSL | 270º | 0.79% | 0.38% | - |
| HSV(B) | 270º | 0.88% | 0.69% | - |
| XYZ | 13.04 | 6.23 | 41.07 | - |
| YUV | 61.58 | 192.01 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 21 | 175 | 0.44 | 0.88 | 0 | 0.31 | 270 | 0.79 | 0.38 |
| Hex | 62 | 15 | AF | 2C | 58 | 0 | 1F | 10E | 4F | 26 |
| Octal | 142 | 25 | 257 | 54 | 130 | 0 | 37 | 416 | 117 | 46 |
| Binary | 1100010 | 10101 | 10101111 | 101100 | 1011000 | 0 | 11111 | 100001110 | 1001111 | 100110 |
Color Harmonies of #6215AF
Complementary color
Monochromatic Colors of #6215AF
Black with #6215AF
Text Example
Text Example
White with #6215AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6215AF; }
p { color: rgb(98,21,175); }
H1.HeaderClassName
{
color: #6215AF;
}
.AnyTagClassName
{
color: #6215AF;
}
</style>
background-color css
<style>
a { background-color: #6215AF; }
a { background-color: rgb(98,21,175); }
div.DivClassName
{
background-color: #6215AF;
}
.BgClassName
{
background-color: #6215AF;
}
</style>
border-color css
<style>
span { border-color: #6215AF; }
span { border-color: rgb(98,21,175); }
td.TdClassName
{
border-color: #6215AF;
}
.TagClassName
{
border-color: #6215AF;
}
</style>