Shades of Purple Heart #6B36DB
Tints of Purple Heart #6B36DB
RGB
CMYK
RGB Variations
Color information
#6B36DB (or 0x6B36DB) is known color: Purple Heart. HEX triplet: 6B, 36 and DB. RGB value is (107,54,219). Sum of RGB (Red+Green+Blue) = 107+54+219=380 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.16% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B36DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B36DB is #94C924. Grayscale: #585858. Windows color (decimal): -9750821 or 14366315. OLE color: 14366315.
HSL color Cylindrical-coordinate representation of color #6B36DB: hue angle of 259.27º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B36DB is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 54 | 219 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.14 |
| HSL | 259.27º | 0.7% | 0.54% | - |
| HSV(B) | 259.27º | 0.75% | 0.86% | - |
| XYZ | 20.17 | 10.88 | 68.05 | - |
| YUV | 88.66 | 201.56 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 54 | 219 | 0.51 | 0.75 | 0 | 0.14 | 259.27 | 0.7 | 0.54 |
| Hex | 6B | 36 | DB | 33 | 4B | 0 | E | 103 | 46 | 36 |
| Octal | 153 | 66 | 333 | 63 | 113 | 0 | 16 | 403 | 106 | 66 |
| Binary | 1101011 | 110110 | 11011011 | 110011 | 1001011 | 0 | 1110 | 100000011 | 1000110 | 110110 |
Color Harmonies of #6B36DB
Complementary color
Monochromatic Colors of #6B36DB
Black with #6B36DB
Text Example
Text Example
White with #6B36DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B36DB; }
p { color: rgb(107,54,219); }
H1.HeaderClassName
{
color: #6B36DB;
}
.AnyTagClassName
{
color: #6B36DB;
}
</style>
background-color css
<style>
a { background-color: #6B36DB; }
a { background-color: rgb(107,54,219); }
div.DivClassName
{
background-color: #6B36DB;
}
.BgClassName
{
background-color: #6B36DB;
}
</style>
border-color css
<style>
span { border-color: #6B36DB; }
span { border-color: rgb(107,54,219); }
td.TdClassName
{
border-color: #6B36DB;
}
.TagClassName
{
border-color: #6B36DB;
}
</style>