Shades of Purple Heart #6E35BB
Tints of Purple Heart #6E35BB
RGB
CMYK
RGB Variations
Color information
#6E35BB (or 0x6E35BB) is known color: Purple Heart. HEX triplet: 6E, 35 and BB. RGB value is (110,53,187). Sum of RGB (Red+Green+Blue) = 110+53+187=350 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.43% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #6E35BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E35BB is #91CA44. Grayscale: #545454. Windows color (decimal): -9554501 or 12268910. OLE color: 12268910.
HSL color Cylindrical-coordinate representation of color #6E35BB: hue angle of 265.52º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E35BB is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 53 | 187 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.27 |
| HSL | 265.52º | 0.56% | 0.47% | - |
| HSV(B) | 265.52º | 0.72% | 0.73% | - |
| XYZ | 16.67 | 9.45 | 47.96 | - |
| YUV | 85.32 | 185.38 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 53 | 187 | 0.41 | 0.72 | 0 | 0.27 | 265.52 | 0.56 | 0.47 |
| Hex | 6E | 35 | BB | 29 | 48 | 0 | 1B | 10A | 38 | 2F |
| Octal | 156 | 65 | 273 | 51 | 110 | 0 | 33 | 412 | 70 | 57 |
| Binary | 1101110 | 110101 | 10111011 | 101001 | 1001000 | 0 | 11011 | 100001010 | 111000 | 101111 |
Color Harmonies of #6E35BB
Complementary color
Monochromatic Colors of #6E35BB
Black with #6E35BB
Text Example
Text Example
White with #6E35BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E35BB; }
p { color: rgb(110,53,187); }
H1.HeaderClassName
{
color: #6E35BB;
}
.AnyTagClassName
{
color: #6E35BB;
}
</style>
background-color css
<style>
a { background-color: #6E35BB; }
a { background-color: rgb(110,53,187); }
div.DivClassName
{
background-color: #6E35BB;
}
.BgClassName
{
background-color: #6E35BB;
}
</style>
border-color css
<style>
span { border-color: #6E35BB; }
span { border-color: rgb(110,53,187); }
td.TdClassName
{
border-color: #6E35BB;
}
.TagClassName
{
border-color: #6E35BB;
}
</style>