Shades of Purple Heart #6D21CE
Tints of Purple Heart #6D21CE
RGB
CMYK
RGB Variations
Color information
#6D21CE (or 0x6D21CE) is known color: Purple Heart. HEX triplet: 6D, 21 and CE. RGB value is (109,33,206). Sum of RGB (Red+Green+Blue) = 109+33+206=348 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.32% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D21CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D21CE is #92DE31. Grayscale: #4A4A4A. Windows color (decimal): -9625138 or 13508973. OLE color: 13508973.
HSL color Cylindrical-coordinate representation of color #6D21CE: hue angle of 266.36º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D21CE is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 33 | 206 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.19 |
| HSL | 266.36º | 0.72% | 0.47% | - |
| HSV(B) | 266.36º | 0.84% | 0.81% | - |
| XYZ | 17.99 | 8.8 | 59.14 | - |
| YUV | 75.45 | 201.68 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 33 | 206 | 0.47 | 0.84 | 0 | 0.19 | 266.36 | 0.72 | 0.47 |
| Hex | 6D | 21 | CE | 2F | 54 | 0 | 13 | 10A | 48 | 2F |
| Octal | 155 | 41 | 316 | 57 | 124 | 0 | 23 | 412 | 110 | 57 |
| Binary | 1101101 | 100001 | 11001110 | 101111 | 1010100 | 0 | 10011 | 100001010 | 1001000 | 101111 |
Color Harmonies of #6D21CE
Complementary color
Monochromatic Colors of #6D21CE
Black with #6D21CE
Text Example
Text Example
White with #6D21CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D21CE; }
p { color: rgb(109,33,206); }
H1.HeaderClassName
{
color: #6D21CE;
}
.AnyTagClassName
{
color: #6D21CE;
}
</style>
background-color css
<style>
a { background-color: #6D21CE; }
a { background-color: rgb(109,33,206); }
div.DivClassName
{
background-color: #6D21CE;
}
.BgClassName
{
background-color: #6D21CE;
}
</style>
border-color css
<style>
span { border-color: #6D21CE; }
span { border-color: rgb(109,33,206); }
td.TdClassName
{
border-color: #6D21CE;
}
.TagClassName
{
border-color: #6D21CE;
}
</style>