Shades of Purple Heart #6213D5
Tints of Purple Heart #6213D5
RGB
CMYK
RGB Variations
Color information
#6213D5 (or 0x6213D5) is known color: Purple Heart. HEX triplet: 62, 13 and D5. RGB value is (98,19,213). Sum of RGB (Red+Green+Blue) = 98+19+213=330 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.70% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 213 (83.59% from 255 or 64.55% from 330); Max value from RGB is 213 - color contains mainly: blue. Hex color #6213D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6213D5 is #9DEC2A. Grayscale: #404040. Windows color (decimal): -10349611 or 13964130. OLE color: 13964130.
HSL color Cylindrical-coordinate representation of color #6213D5: hue angle of 264.43º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6213D5 is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 98 | 19 | 213 | - |
| CMYK | 0.54 | 0.91 | 0 | 0.16 |
| HSL | 264.43º | 0.84% | 0.45% | - |
| HSV(B) | 264.43º | 0.91% | 0.84% | - |
| XYZ | 17.28 | 7.87 | 63.56 | - |
| YUV | 64.74 | 211.67 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 19 | 213 | 0.54 | 0.91 | 0 | 0.16 | 264.43 | 0.84 | 0.45 |
| Hex | 62 | 13 | D5 | 36 | 5B | 0 | 10 | 108 | 54 | 2D |
| Octal | 142 | 23 | 325 | 66 | 133 | 0 | 20 | 410 | 124 | 55 |
| Binary | 1100010 | 10011 | 11010101 | 110110 | 1011011 | 0 | 10000 | 100001000 | 1010100 | 101101 |
Color Harmonies of #6213D5
Complementary color
Monochromatic Colors of #6213D5
Black with #6213D5
Text Example
Text Example
White with #6213D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6213D5; }
p { color: rgb(98,19,213); }
H1.HeaderClassName
{
color: #6213D5;
}
.AnyTagClassName
{
color: #6213D5;
}
</style>
background-color css
<style>
a { background-color: #6213D5; }
a { background-color: rgb(98,19,213); }
div.DivClassName
{
background-color: #6213D5;
}
.BgClassName
{
background-color: #6213D5;
}
</style>
border-color css
<style>
span { border-color: #6213D5; }
span { border-color: rgb(98,19,213); }
td.TdClassName
{
border-color: #6213D5;
}
.TagClassName
{
border-color: #6213D5;
}
</style>