Shades of Purple Heart #6214CC
Tints of Purple Heart #6214CC
RGB
CMYK
RGB Variations
Color information
#6214CC (or 0x6214CC) is known color: Purple Heart. HEX triplet: 62, 14 and CC. RGB value is (98,20,204). Sum of RGB (Red+Green+Blue) = 98+20+204=322 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.43% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #6214CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6214CC is #9DEB33. Grayscale: #3F3F3F. Windows color (decimal): -10349364 or 13374562. OLE color: 13374562.
HSL color Cylindrical-coordinate representation of color #6214CC: hue angle of 265.43º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6214CC is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 20 | 204 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.2 |
| HSL | 265.43º | 0.82% | 0.44% | - |
| HSV(B) | 265.43º | 0.9% | 0.8% | - |
| XYZ | 16.19 | 7.46 | 57.71 | - |
| YUV | 64.3 | 206.84 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 20 | 204 | 0.52 | 0.90 | 0 | 0.2 | 265.43 | 0.82 | 0.44 |
| Hex | 62 | 14 | CC | 34 | 5A | 0 | 14 | 109 | 52 | 2C |
| Octal | 142 | 24 | 314 | 64 | 132 | 0 | 24 | 411 | 122 | 54 |
| Binary | 1100010 | 10100 | 11001100 | 110100 | 1011010 | 0 | 10100 | 100001001 | 1010010 | 101100 |
Color Harmonies of #6214CC
Complementary color
Monochromatic Colors of #6214CC
Black with #6214CC
Text Example
Text Example
White with #6214CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6214CC; }
p { color: rgb(98,20,204); }
H1.HeaderClassName
{
color: #6214CC;
}
.AnyTagClassName
{
color: #6214CC;
}
</style>
background-color css
<style>
a { background-color: #6214CC; }
a { background-color: rgb(98,20,204); }
div.DivClassName
{
background-color: #6214CC;
}
.BgClassName
{
background-color: #6214CC;
}
</style>
border-color css
<style>
span { border-color: #6214CC; }
span { border-color: rgb(98,20,204); }
td.TdClassName
{
border-color: #6214CC;
}
.TagClassName
{
border-color: #6214CC;
}
</style>