Shades of Purple Heart #6218CC
Tints of Purple Heart #6218CC
RGB
CMYK
RGB Variations
Color information
#6218CC (or 0x6218CC) is known color: Purple Heart. HEX triplet: 62, 18 and CC. RGB value is (98,24,204). Sum of RGB (Red+Green+Blue) = 98+24+204=326 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.06% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #6218CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6218CC is #9DE733. Grayscale: #424242. Windows color (decimal): -10348340 or 13375586. OLE color: 13375586.
HSL color Cylindrical-coordinate representation of color #6218CC: hue angle of 264.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6218CC is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 24 | 204 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.2 |
| HSL | 264.67º | 0.79% | 0.45% | - |
| HSV(B) | 264.67º | 0.88% | 0.8% | - |
| XYZ | 16.26 | 7.61 | 57.74 | - |
| YUV | 66.65 | 205.52 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 24 | 204 | 0.52 | 0.88 | 0 | 0.2 | 264.67 | 0.79 | 0.45 |
| Hex | 62 | 18 | CC | 34 | 58 | 0 | 14 | 109 | 4F | 2D |
| Octal | 142 | 30 | 314 | 64 | 130 | 0 | 24 | 411 | 117 | 55 |
| Binary | 1100010 | 11000 | 11001100 | 110100 | 1011000 | 0 | 10100 | 100001001 | 1001111 | 101101 |
Color Harmonies of #6218CC
Complementary color
Monochromatic Colors of #6218CC
Black with #6218CC
Text Example
Text Example
White with #6218CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6218CC; }
p { color: rgb(98,24,204); }
H1.HeaderClassName
{
color: #6218CC;
}
.AnyTagClassName
{
color: #6218CC;
}
</style>
background-color css
<style>
a { background-color: #6218CC; }
a { background-color: rgb(98,24,204); }
div.DivClassName
{
background-color: #6218CC;
}
.BgClassName
{
background-color: #6218CC;
}
</style>
border-color css
<style>
span { border-color: #6218CC; }
span { border-color: rgb(98,24,204); }
td.TdClassName
{
border-color: #6218CC;
}
.TagClassName
{
border-color: #6218CC;
}
</style>