Shades of Purple Heart #6215C9
Tints of Purple Heart #6215C9
RGB
CMYK
RGB Variations
Color information
#6215C9 (or 0x6215C9) is known color: Purple Heart. HEX triplet: 62, 15 and C9. RGB value is (98,21,201). Sum of RGB (Red+Green+Blue) = 98+21+201=320 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.62% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 201 (78.91% from 255 or 62.81% from 320); Max value from RGB is 201 - color contains mainly: blue. Hex color #6215C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6215C9 is #9DEA36. Grayscale: #3F3F3F. Windows color (decimal): -10349111 or 13178210. OLE color: 13178210.
HSL color Cylindrical-coordinate representation of color #6215C9: hue angle of 265.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6215C9 is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 21 | 201 | - |
| CMYK | 0.51 | 0.90 | 0 | 0.21 |
| HSL | 265.67º | 0.81% | 0.44% | - |
| HSV(B) | 265.67º | 0.9% | 0.79% | - |
| XYZ | 15.85 | 7.35 | 55.84 | - |
| YUV | 64.54 | 205.01 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 21 | 201 | 0.51 | 0.90 | 0 | 0.21 | 265.67 | 0.81 | 0.44 |
| Hex | 62 | 15 | C9 | 33 | 5A | 0 | 15 | 10A | 51 | 2C |
| Octal | 142 | 25 | 311 | 63 | 132 | 0 | 25 | 412 | 121 | 54 |
| Binary | 1100010 | 10101 | 11001001 | 110011 | 1011010 | 0 | 10101 | 100001010 | 1010001 | 101100 |
Color Harmonies of #6215C9
Complementary color
Monochromatic Colors of #6215C9
Black with #6215C9
Text Example
Text Example
White with #6215C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6215C9; }
p { color: rgb(98,21,201); }
H1.HeaderClassName
{
color: #6215C9;
}
.AnyTagClassName
{
color: #6215C9;
}
</style>
background-color css
<style>
a { background-color: #6215C9; }
a { background-color: rgb(98,21,201); }
div.DivClassName
{
background-color: #6215C9;
}
.BgClassName
{
background-color: #6215C9;
}
</style>
border-color css
<style>
span { border-color: #6215C9; }
span { border-color: rgb(98,21,201); }
td.TdClassName
{
border-color: #6215C9;
}
.TagClassName
{
border-color: #6215C9;
}
</style>