Shades of Purple Heart #6213CC
Tints of Purple Heart #6213CC
RGB
CMYK
RGB Variations
Color information
#6213CC (or 0x6213CC) is known color: Purple Heart. HEX triplet: 62, 13 and CC. RGB value is (98,19,204). Sum of RGB (Red+Green+Blue) = 98+19+204=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #6213CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6213CC is #9DEC33. Grayscale: #3F3F3F. Windows color (decimal): -10349620 or 13374306. OLE color: 13374306.
HSL color Cylindrical-coordinate representation of color #6213CC: hue angle of 265.62º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6213CC is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 19 | 204 | - |
| CMYK | 0.52 | 0.91 | 0 | 0.2 |
| HSL | 265.62º | 0.83% | 0.44% | - |
| HSV(B) | 265.62º | 0.91% | 0.8% | - |
| XYZ | 16.17 | 7.42 | 57.71 | - |
| YUV | 63.71 | 207.17 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 19 | 204 | 0.52 | 0.91 | 0 | 0.2 | 265.62 | 0.83 | 0.44 |
| Hex | 62 | 13 | CC | 34 | 5B | 0 | 14 | 10A | 53 | 2C |
| Octal | 142 | 23 | 314 | 64 | 133 | 0 | 24 | 412 | 123 | 54 |
| Binary | 1100010 | 10011 | 11001100 | 110100 | 1011011 | 0 | 10100 | 100001010 | 1010011 | 101100 |
Color Harmonies of #6213CC
Complementary color
Monochromatic Colors of #6213CC
Black with #6213CC
Text Example
Text Example
White with #6213CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6213CC; }
p { color: rgb(98,19,204); }
H1.HeaderClassName
{
color: #6213CC;
}
.AnyTagClassName
{
color: #6213CC;
}
</style>
background-color css
<style>
a { background-color: #6213CC; }
a { background-color: rgb(98,19,204); }
div.DivClassName
{
background-color: #6213CC;
}
.BgClassName
{
background-color: #6213CC;
}
</style>
border-color css
<style>
span { border-color: #6213CC; }
span { border-color: rgb(98,19,204); }
td.TdClassName
{
border-color: #6213CC;
}
.TagClassName
{
border-color: #6213CC;
}
</style>