Shades of Purple Heart #6E33B9
Tints of Purple Heart #6E33B9
RGB
CMYK
RGB Variations
Color information
#6E33B9 (or 0x6E33B9) is known color: Purple Heart. HEX triplet: 6E, 33 and B9. RGB value is (110,51,185). Sum of RGB (Red+Green+Blue) = 110+51+185=346 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.79% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 185 (72.66% from 255 or 53.47% from 346); Max value from RGB is 185 - color contains mainly: blue. Hex color #6E33B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E33B9 is #91CC46. Grayscale: #535353. Windows color (decimal): -9555015 or 12137326. OLE color: 12137326.
HSL color Cylindrical-coordinate representation of color #6E33B9: hue angle of 266.42º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E33B9 is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 51 | 185 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.27 |
| HSL | 266.42º | 0.57% | 0.46% | - |
| HSV(B) | 266.42º | 0.72% | 0.73% | - |
| XYZ | 16.37 | 9.19 | 46.81 | - |
| YUV | 83.92 | 185.05 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 51 | 185 | 0.41 | 0.72 | 0 | 0.27 | 266.42 | 0.57 | 0.46 |
| Hex | 6E | 33 | B9 | 29 | 48 | 0 | 1B | 10A | 39 | 2E |
| Octal | 156 | 63 | 271 | 51 | 110 | 0 | 33 | 412 | 71 | 56 |
| Binary | 1101110 | 110011 | 10111001 | 101001 | 1001000 | 0 | 11011 | 100001010 | 111001 | 101110 |
Color Harmonies of #6E33B9
Complementary color
Monochromatic Colors of #6E33B9
Black with #6E33B9
Text Example
Text Example
White with #6E33B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E33B9; }
p { color: rgb(110,51,185); }
H1.HeaderClassName
{
color: #6E33B9;
}
.AnyTagClassName
{
color: #6E33B9;
}
</style>
background-color css
<style>
a { background-color: #6E33B9; }
a { background-color: rgb(110,51,185); }
div.DivClassName
{
background-color: #6E33B9;
}
.BgClassName
{
background-color: #6E33B9;
}
</style>
border-color css
<style>
span { border-color: #6E33B9; }
span { border-color: rgb(110,51,185); }
td.TdClassName
{
border-color: #6E33B9;
}
.TagClassName
{
border-color: #6E33B9;
}
</style>