Shades of Purple Heart #6218BA
Tints of Purple Heart #6218BA
RGB
CMYK
RGB Variations
Color information
#6218BA (or 0x6218BA) is known color: Purple Heart. HEX triplet: 62, 18 and BA. RGB value is (98,24,186). Sum of RGB (Red+Green+Blue) = 98+24+186=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #6218BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6218BA is #9DE745. Grayscale: #404040. Windows color (decimal): -10348358 or 12195938. OLE color: 12195938.
HSL color Cylindrical-coordinate representation of color #6218BA: hue angle of 267.41º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6218BA is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 24 | 186 | - |
| CMYK | 0.47 | 0.87 | 0 | 0.27 |
| HSL | 267.41º | 0.77% | 0.41% | - |
| HSV(B) | 267.41º | 0.87% | 0.73% | - |
| XYZ | 14.23 | 6.8 | 47.02 | - |
| YUV | 64.59 | 196.52 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 24 | 186 | 0.47 | 0.87 | 0 | 0.27 | 267.41 | 0.77 | 0.41 |
| Hex | 62 | 18 | BA | 2F | 57 | 0 | 1B | 10B | 4D | 29 |
| Octal | 142 | 30 | 272 | 57 | 127 | 0 | 33 | 413 | 115 | 51 |
| Binary | 1100010 | 11000 | 10111010 | 101111 | 1010111 | 0 | 11011 | 100001011 | 1001101 | 101001 |
Color Harmonies of #6218BA
Complementary color
Monochromatic Colors of #6218BA
Black with #6218BA
Text Example
Text Example
White with #6218BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6218BA; }
p { color: rgb(98,24,186); }
H1.HeaderClassName
{
color: #6218BA;
}
.AnyTagClassName
{
color: #6218BA;
}
</style>
background-color css
<style>
a { background-color: #6218BA; }
a { background-color: rgb(98,24,186); }
div.DivClassName
{
background-color: #6218BA;
}
.BgClassName
{
background-color: #6218BA;
}
</style>
border-color css
<style>
span { border-color: #6218BA; }
span { border-color: rgb(98,24,186); }
td.TdClassName
{
border-color: #6218BA;
}
.TagClassName
{
border-color: #6218BA;
}
</style>