Shades of Purple Heart #6218A6
Tints of Purple Heart #6218A6
RGB
CMYK
RGB Variations
Color information
#6218A6 (or 0x6218A6) is known color: Purple Heart. HEX triplet: 62, 18 and A6. RGB value is (98,24,166). Sum of RGB (Red+Green+Blue) = 98+24+166=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 166 (65.23% from 255 or 57.64% from 288); Max value from RGB is 166 - color contains mainly: blue. Hex color #6218A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6218A6 is #9DE759. Grayscale: #3D3D3D. Windows color (decimal): -10348378 or 10885218. OLE color: 10885218.
HSL color Cylindrical-coordinate representation of color #6218A6: hue angle of 271.27º degrees, saturation: 0.75, 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 #6218A6 is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 98 | 24 | 166 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.35 |
| HSL | 271.27º | 0.75% | 0.37% | - |
| HSV(B) | 271.27º | 0.86% | 0.65% | - |
| XYZ | 12.25 | 6 | 36.59 | - |
| YUV | 62.31 | 186.52 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 24 | 166 | 0.41 | 0.86 | 0 | 0.35 | 271.27 | 0.75 | 0.37 |
| Hex | 62 | 18 | A6 | 29 | 56 | 0 | 23 | 10F | 4B | 25 |
| Octal | 142 | 30 | 246 | 51 | 126 | 0 | 43 | 417 | 113 | 45 |
| Binary | 1100010 | 11000 | 10100110 | 101001 | 1010110 | 0 | 100011 | 100001111 | 1001011 | 100101 |
Color Harmonies of #6218A6
Complementary color
Monochromatic Colors of #6218A6
Black with #6218A6
Text Example
Text Example
White with #6218A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6218A6; }
p { color: rgb(98,24,166); }
H1.HeaderClassName
{
color: #6218A6;
}
.AnyTagClassName
{
color: #6218A6;
}
</style>
background-color css
<style>
a { background-color: #6218A6; }
a { background-color: rgb(98,24,166); }
div.DivClassName
{
background-color: #6218A6;
}
.BgClassName
{
background-color: #6218A6;
}
</style>
border-color css
<style>
span { border-color: #6218A6; }
span { border-color: rgb(98,24,166); }
td.TdClassName
{
border-color: #6218A6;
}
.TagClassName
{
border-color: #6218A6;
}
</style>