Shades of Purple Heart #6B11CE
Tints of Purple Heart #6B11CE
RGB
CMYK
RGB Variations
Color information
#6B11CE (or 0x6B11CE) is known color: Purple Heart. HEX triplet: 6B, 11 and CE. RGB value is (107,17,206). Sum of RGB (Red+Green+Blue) = 107+17+206=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B11CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B11CE is #94EE31. Grayscale: #404040. Windows color (decimal): -9760306 or 13504875. OLE color: 13504875.
HSL color Cylindrical-coordinate representation of color #6B11CE: hue angle of 268.57º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B11CE is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 17 | 206 | - |
| CMYK | 0.48 | 0.92 | 0 | 0.19 |
| HSL | 268.57º | 0.85% | 0.44% | - |
| HSV(B) | 268.57º | 0.92% | 0.81% | - |
| XYZ | 17.4 | 7.98 | 59.02 | - |
| YUV | 65.46 | 207.32 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 17 | 206 | 0.48 | 0.92 | 0 | 0.19 | 268.57 | 0.85 | 0.44 |
| Hex | 6B | 11 | CE | 30 | 5C | 0 | 13 | 10D | 55 | 2C |
| Octal | 153 | 21 | 316 | 60 | 134 | 0 | 23 | 415 | 125 | 54 |
| Binary | 1101011 | 10001 | 11001110 | 110000 | 1011100 | 0 | 10011 | 100001101 | 1010101 | 101100 |
Color Harmonies of #6B11CE
Complementary color
Monochromatic Colors of #6B11CE
Black with #6B11CE
Text Example
Text Example
White with #6B11CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B11CE; }
p { color: rgb(107,17,206); }
H1.HeaderClassName
{
color: #6B11CE;
}
.AnyTagClassName
{
color: #6B11CE;
}
</style>
background-color css
<style>
a { background-color: #6B11CE; }
a { background-color: rgb(107,17,206); }
div.DivClassName
{
background-color: #6B11CE;
}
.BgClassName
{
background-color: #6B11CE;
}
</style>
border-color css
<style>
span { border-color: #6B11CE; }
span { border-color: rgb(107,17,206); }
td.TdClassName
{
border-color: #6B11CE;
}
.TagClassName
{
border-color: #6B11CE;
}
</style>