Shades of Purple Heart #6D21BD
Tints of Purple Heart #6D21BD
RGB
CMYK
RGB Variations
Color information
#6D21BD (or 0x6D21BD) is known color: Purple Heart. HEX triplet: 6D, 21 and BD. RGB value is (109,33,189). Sum of RGB (Red+Green+Blue) = 109+33+189=331 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.93% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #6D21BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D21BD is #92DE42. Grayscale: #484848. Windows color (decimal): -9625155 or 12394861. OLE color: 12394861.
HSL color Cylindrical-coordinate representation of color #6D21BD: hue angle of 269.23º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D21BD is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 33 | 189 | - |
| CMYK | 0.42 | 0.83 | 0 | 0.26 |
| HSL | 269.23º | 0.7% | 0.44% | - |
| HSV(B) | 269.23º | 0.83% | 0.74% | - |
| XYZ | 16.04 | 8.01 | 48.85 | - |
| YUV | 73.51 | 193.18 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 33 | 189 | 0.42 | 0.83 | 0 | 0.26 | 269.23 | 0.7 | 0.44 |
| Hex | 6D | 21 | BD | 2A | 53 | 0 | 1A | 10D | 46 | 2C |
| Octal | 155 | 41 | 275 | 52 | 123 | 0 | 32 | 415 | 106 | 54 |
| Binary | 1101101 | 100001 | 10111101 | 101010 | 1010011 | 0 | 11010 | 100001101 | 1000110 | 101100 |
Color Harmonies of #6D21BD
Complementary color
Monochromatic Colors of #6D21BD
Black with #6D21BD
Text Example
Text Example
White with #6D21BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D21BD; }
p { color: rgb(109,33,189); }
H1.HeaderClassName
{
color: #6D21BD;
}
.AnyTagClassName
{
color: #6D21BD;
}
</style>
background-color css
<style>
a { background-color: #6D21BD; }
a { background-color: rgb(109,33,189); }
div.DivClassName
{
background-color: #6D21BD;
}
.BgClassName
{
background-color: #6D21BD;
}
</style>
border-color css
<style>
span { border-color: #6D21BD; }
span { border-color: rgb(109,33,189); }
td.TdClassName
{
border-color: #6D21BD;
}
.TagClassName
{
border-color: #6D21BD;
}
</style>