Shades of Purple Heart #6E33BB
Tints of Purple Heart #6E33BB
RGB
CMYK
RGB Variations
Color information
#6E33BB (or 0x6E33BB) is known color: Purple Heart. HEX triplet: 6E, 33 and BB. RGB value is (110,51,187). Sum of RGB (Red+Green+Blue) = 110+51+187=348 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.61% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #6E33BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E33BB is #91CC44. Grayscale: #535353. Windows color (decimal): -9555013 or 12268398. OLE color: 12268398.
HSL color Cylindrical-coordinate representation of color #6E33BB: hue angle of 266.03º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E33BB is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 51 | 187 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.27 |
| HSL | 266.03º | 0.57% | 0.47% | - |
| HSV(B) | 266.03º | 0.73% | 0.73% | - |
| XYZ | 16.58 | 9.27 | 47.93 | - |
| YUV | 84.15 | 186.05 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 51 | 187 | 0.41 | 0.73 | 0 | 0.27 | 266.03 | 0.57 | 0.47 |
| Hex | 6E | 33 | BB | 29 | 49 | 0 | 1B | 10A | 39 | 2F |
| Octal | 156 | 63 | 273 | 51 | 111 | 0 | 33 | 412 | 71 | 57 |
| Binary | 1101110 | 110011 | 10111011 | 101001 | 1001001 | 0 | 11011 | 100001010 | 111001 | 101111 |
Color Harmonies of #6E33BB
Complementary color
Monochromatic Colors of #6E33BB
Black with #6E33BB
Text Example
Text Example
White with #6E33BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E33BB; }
p { color: rgb(110,51,187); }
H1.HeaderClassName
{
color: #6E33BB;
}
.AnyTagClassName
{
color: #6E33BB;
}
</style>
background-color css
<style>
a { background-color: #6E33BB; }
a { background-color: rgb(110,51,187); }
div.DivClassName
{
background-color: #6E33BB;
}
.BgClassName
{
background-color: #6E33BB;
}
</style>
border-color css
<style>
span { border-color: #6E33BB; }
span { border-color: rgb(110,51,187); }
td.TdClassName
{
border-color: #6E33BB;
}
.TagClassName
{
border-color: #6E33BB;
}
</style>