Shades of Purple Heart #6E21B4
Tints of Purple Heart #6E21B4
RGB
CMYK
RGB Variations
Color information
#6E21B4 (or 0x6E21B4) is known color: Purple Heart. HEX triplet: 6E, 21 and B4. RGB value is (110,33,180). Sum of RGB (Red+Green+Blue) = 110+33+180=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 180 (70.70% from 255 or 55.73% from 323); Max value from RGB is 180 - color contains mainly: blue. Hex color #6E21B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E21B4 is #91DE4B. Grayscale: #484848. Windows color (decimal): -9559628 or 11805038. OLE color: 11805038.
HSL color Cylindrical-coordinate representation of color #6E21B4: hue angle of 271.43º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E21B4 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 110 | 33 | 180 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.29 |
| HSL | 271.43º | 0.69% | 0.42% | - |
| HSV(B) | 271.43º | 0.82% | 0.71% | - |
| XYZ | 15.21 | 7.7 | 43.86 | - |
| YUV | 72.78 | 188.51 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 33 | 180 | 0.39 | 0.82 | 0 | 0.29 | 271.43 | 0.69 | 0.42 |
| Hex | 6E | 21 | B4 | 27 | 52 | 0 | 1D | 10F | 45 | 2A |
| Octal | 156 | 41 | 264 | 47 | 122 | 0 | 35 | 417 | 105 | 52 |
| Binary | 1101110 | 100001 | 10110100 | 100111 | 1010010 | 0 | 11101 | 100001111 | 1000101 | 101010 |
Color Harmonies of #6E21B4
Complementary color
Monochromatic Colors of #6E21B4
Black with #6E21B4
Text Example
Text Example
White with #6E21B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E21B4; }
p { color: rgb(110,33,180); }
H1.HeaderClassName
{
color: #6E21B4;
}
.AnyTagClassName
{
color: #6E21B4;
}
</style>
background-color css
<style>
a { background-color: #6E21B4; }
a { background-color: rgb(110,33,180); }
div.DivClassName
{
background-color: #6E21B4;
}
.BgClassName
{
background-color: #6E21B4;
}
</style>
border-color css
<style>
span { border-color: #6E21B4; }
span { border-color: rgb(110,33,180); }
td.TdClassName
{
border-color: #6E21B4;
}
.TagClassName
{
border-color: #6E21B4;
}
</style>