Shades of Purple Heart #6B20DB
Tints of Purple Heart #6B20DB
RGB
CMYK
RGB Variations
Color information
#6B20DB (or 0x6B20DB) is known color: Purple Heart. HEX triplet: 6B, 20 and DB. RGB value is (107,32,219). Sum of RGB (Red+Green+Blue) = 107+32+219=358 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.89% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B20DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B20DB is #94DF24. Grayscale: #4B4B4B. Windows color (decimal): -9756453 or 14360683. OLE color: 14360683.
HSL color Cylindrical-coordinate representation of color #6B20DB: hue angle of 264.06º 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 #6B20DB is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 32 | 219 | - |
| CMYK | 0.51 | 0.85 | 0 | 0.14 |
| HSL | 264.06º | 0.75% | 0.49% | - |
| HSV(B) | 264.06º | 0.85% | 0.86% | - |
| XYZ | 19.37 | 9.27 | 67.79 | - |
| YUV | 75.74 | 208.85 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 32 | 219 | 0.51 | 0.85 | 0 | 0.14 | 264.06 | 0.75 | 0.49 |
| Hex | 6B | 20 | DB | 33 | 55 | 0 | E | 108 | 4B | 31 |
| Octal | 153 | 40 | 333 | 63 | 125 | 0 | 16 | 410 | 113 | 61 |
| Binary | 1101011 | 100000 | 11011011 | 110011 | 1010101 | 0 | 1110 | 100001000 | 1001011 | 110001 |
Color Harmonies of #6B20DB
Complementary color
Monochromatic Colors of #6B20DB
Black with #6B20DB
Text Example
Text Example
White with #6B20DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B20DB; }
p { color: rgb(107,32,219); }
H1.HeaderClassName
{
color: #6B20DB;
}
.AnyTagClassName
{
color: #6B20DB;
}
</style>
background-color css
<style>
a { background-color: #6B20DB; }
a { background-color: rgb(107,32,219); }
div.DivClassName
{
background-color: #6B20DB;
}
.BgClassName
{
background-color: #6B20DB;
}
</style>
border-color css
<style>
span { border-color: #6B20DB; }
span { border-color: rgb(107,32,219); }
td.TdClassName
{
border-color: #6B20DB;
}
.TagClassName
{
border-color: #6B20DB;
}
</style>