Shades of Purple Heart #6C20DB
Tints of Purple Heart #6C20DB
RGB
CMYK
RGB Variations
Color information
#6C20DB (or 0x6C20DB) is known color: Purple Heart. HEX triplet: 6C, 20 and DB. RGB value is (108,32,219). Sum of RGB (Red+Green+Blue) = 108+32+219=359 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.08% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #6C20DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C20DB is #93DF24. Grayscale: #4B4B4B. Windows color (decimal): -9690917 or 14360684. OLE color: 14360684.
HSL color Cylindrical-coordinate representation of color #6C20DB: hue angle of 264.39º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C20DB is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 32 | 219 | - |
| CMYK | 0.51 | 0.85 | 0 | 0.14 |
| HSL | 264.39º | 0.75% | 0.49% | - |
| HSV(B) | 264.39º | 0.85% | 0.86% | - |
| XYZ | 19.49 | 9.34 | 67.79 | - |
| YUV | 76.04 | 208.68 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 32 | 219 | 0.51 | 0.85 | 0 | 0.14 | 264.39 | 0.75 | 0.49 |
| Hex | 6C | 20 | DB | 33 | 55 | 0 | E | 108 | 4B | 31 |
| Octal | 154 | 40 | 333 | 63 | 125 | 0 | 16 | 410 | 113 | 61 |
| Binary | 1101100 | 100000 | 11011011 | 110011 | 1010101 | 0 | 1110 | 100001000 | 1001011 | 110001 |
Color Harmonies of #6C20DB
Complementary color
Monochromatic Colors of #6C20DB
Black with #6C20DB
Text Example
Text Example
White with #6C20DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C20DB; }
p { color: rgb(108,32,219); }
H1.HeaderClassName
{
color: #6C20DB;
}
.AnyTagClassName
{
color: #6C20DB;
}
</style>
background-color css
<style>
a { background-color: #6C20DB; }
a { background-color: rgb(108,32,219); }
div.DivClassName
{
background-color: #6C20DB;
}
.BgClassName
{
background-color: #6C20DB;
}
</style>
border-color css
<style>
span { border-color: #6C20DB; }
span { border-color: rgb(108,32,219); }
td.TdClassName
{
border-color: #6C20DB;
}
.TagClassName
{
border-color: #6C20DB;
}
</style>