Shades of Purple Heart #6210CC
Tints of Purple Heart #6210CC
RGB
CMYK
RGB Variations
Color information
#6210CC (or 0x6210CC) is known color: Purple Heart. HEX triplet: 62, 10 and CC. RGB value is (98,16,204). Sum of RGB (Red+Green+Blue) = 98+16+204=318 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.82% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #6210CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6210CC is #9DEF33. Grayscale: #3D3D3D. Windows color (decimal): -10350388 or 13373538. OLE color: 13373538.
HSL color Cylindrical-coordinate representation of color #6210CC: hue angle of 266.17º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6210CC is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 16 | 204 | - |
| CMYK | 0.52 | 0.92 | 0 | 0.2 |
| HSL | 266.17º | 0.85% | 0.43% | - |
| HSV(B) | 266.17º | 0.92% | 0.8% | - |
| XYZ | 16.12 | 7.33 | 57.69 | - |
| YUV | 61.95 | 208.17 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 16 | 204 | 0.52 | 0.92 | 0 | 0.2 | 266.17 | 0.85 | 0.43 |
| Hex | 62 | 10 | CC | 34 | 5C | 0 | 14 | 10A | 55 | 2B |
| Octal | 142 | 20 | 314 | 64 | 134 | 0 | 24 | 412 | 125 | 53 |
| Binary | 1100010 | 10000 | 11001100 | 110100 | 1011100 | 0 | 10100 | 100001010 | 1010101 | 101011 |
Color Harmonies of #6210CC
Complementary color
Monochromatic Colors of #6210CC
Black with #6210CC
Text Example
Text Example
White with #6210CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6210CC; }
p { color: rgb(98,16,204); }
H1.HeaderClassName
{
color: #6210CC;
}
.AnyTagClassName
{
color: #6210CC;
}
</style>
background-color css
<style>
a { background-color: #6210CC; }
a { background-color: rgb(98,16,204); }
div.DivClassName
{
background-color: #6210CC;
}
.BgClassName
{
background-color: #6210CC;
}
</style>
border-color css
<style>
span { border-color: #6210CC; }
span { border-color: rgb(98,16,204); }
td.TdClassName
{
border-color: #6210CC;
}
.TagClassName
{
border-color: #6210CC;
}
</style>