Shades of Purple Heart #6217A6
Tints of Purple Heart #6217A6
RGB
CMYK
RGB Variations
Color information
#6217A6 (or 0x6217A6) is known color: Purple Heart. HEX triplet: 62, 17 and A6. RGB value is (98,23,166). Sum of RGB (Red+Green+Blue) = 98+23+166=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 166 (65.23% from 255 or 57.84% from 287); Max value from RGB is 166 - color contains mainly: blue. Hex color #6217A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6217A6 is #9DE859. Grayscale: #3D3D3D. Windows color (decimal): -10348634 or 10884962. OLE color: 10884962.
HSL color Cylindrical-coordinate representation of color #6217A6: hue angle of 271.47º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6217A6 is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 98 | 23 | 166 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.35 |
| HSL | 271.47º | 0.76% | 0.37% | - |
| HSV(B) | 271.47º | 0.86% | 0.65% | - |
| XYZ | 12.23 | 5.96 | 36.58 | - |
| YUV | 61.73 | 186.85 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 23 | 166 | 0.41 | 0.86 | 0 | 0.35 | 271.47 | 0.76 | 0.37 |
| Hex | 62 | 17 | A6 | 29 | 56 | 0 | 23 | 10F | 4C | 25 |
| Octal | 142 | 27 | 246 | 51 | 126 | 0 | 43 | 417 | 114 | 45 |
| Binary | 1100010 | 10111 | 10100110 | 101001 | 1010110 | 0 | 100011 | 100001111 | 1001100 | 100101 |
Color Harmonies of #6217A6
Complementary color
Monochromatic Colors of #6217A6
Black with #6217A6
Text Example
Text Example
White with #6217A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6217A6; }
p { color: rgb(98,23,166); }
H1.HeaderClassName
{
color: #6217A6;
}
.AnyTagClassName
{
color: #6217A6;
}
</style>
background-color css
<style>
a { background-color: #6217A6; }
a { background-color: rgb(98,23,166); }
div.DivClassName
{
background-color: #6217A6;
}
.BgClassName
{
background-color: #6217A6;
}
</style>
border-color css
<style>
span { border-color: #6217A6; }
span { border-color: rgb(98,23,166); }
td.TdClassName
{
border-color: #6217A6;
}
.TagClassName
{
border-color: #6217A6;
}
</style>