Shades of Purple Heart #6B21E0
Tints of Purple Heart #6B21E0
RGB
CMYK
RGB Variations
Color information
#6B21E0 (or 0x6B21E0) is known color: Purple Heart. HEX triplet: 6B, 21 and E0. RGB value is (107,33,224). Sum of RGB (Red+Green+Blue) = 107+33+224=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 33 (13.28% from 255 or 9.07% from 364); Blue value is 224 (87.89% from 255 or 61.54% from 364); Max value from RGB is 224 - color contains mainly: blue. Hex color #6B21E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B21E0 is #94DE1F. Grayscale: #4C4C4C. Windows color (decimal): -9756192 or 14688619. OLE color: 14688619.
HSL color Cylindrical-coordinate representation of color #6B21E0: hue angle of 263.25º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B21E0 is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 107 | 33 | 224 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.12 |
| HSL | 263.25º | 0.75% | 0.5% | - |
| HSV(B) | 263.25º | 0.85% | 0.88% | - |
| XYZ | 20.06 | 9.6 | 71.32 | - |
| YUV | 76.9 | 211.02 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 33 | 224 | 0.52 | 0.85 | 0 | 0.12 | 263.25 | 0.75 | 0.5 |
| Hex | 6B | 21 | E0 | 34 | 55 | 0 | C | 107 | 4B | 32 |
| Octal | 153 | 41 | 340 | 64 | 125 | 0 | 14 | 407 | 113 | 62 |
| Binary | 1101011 | 100001 | 11100000 | 110100 | 1010101 | 0 | 1100 | 100000111 | 1001011 | 110010 |
Color Harmonies of #6B21E0
Complementary color
Monochromatic Colors of #6B21E0
Black with #6B21E0
Text Example
Text Example
White with #6B21E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B21E0; }
p { color: rgb(107,33,224); }
H1.HeaderClassName
{
color: #6B21E0;
}
.AnyTagClassName
{
color: #6B21E0;
}
</style>
background-color css
<style>
a { background-color: #6B21E0; }
a { background-color: rgb(107,33,224); }
div.DivClassName
{
background-color: #6B21E0;
}
.BgClassName
{
background-color: #6B21E0;
}
</style>
border-color css
<style>
span { border-color: #6B21E0; }
span { border-color: rgb(107,33,224); }
td.TdClassName
{
border-color: #6B21E0;
}
.TagClassName
{
border-color: #6B21E0;
}
</style>