Shades of Purple Heart #6E2FBB
Tints of Purple Heart #6E2FBB
RGB
CMYK
RGB Variations
Color information
#6E2FBB (or 0x6E2FBB) is known color: Purple Heart. HEX triplet: 6E, 2F and BB. RGB value is (110,47,187). Sum of RGB (Red+Green+Blue) = 110+47+187=344 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.98% from 344); Green value is 47 (18.75% from 255 or 13.66% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #6E2FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E2FBB is #91D044. Grayscale: #515151. Windows color (decimal): -9556037 or 12267374. OLE color: 12267374.
HSL color Cylindrical-coordinate representation of color #6E2FBB: hue angle of 267º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E2FBB is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 47 | 187 | - |
| CMYK | 0.41 | 0.75 | 0 | 0.27 |
| HSL | 267º | 0.6% | 0.46% | - |
| HSV(B) | 267º | 0.75% | 0.73% | - |
| XYZ | 16.42 | 8.94 | 47.87 | - |
| YUV | 81.8 | 187.37 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 47 | 187 | 0.41 | 0.75 | 0 | 0.27 | 267 | 0.6 | 0.46 |
| Hex | 6E | 2F | BB | 29 | 4B | 0 | 1B | 10B | 3C | 2E |
| Octal | 156 | 57 | 273 | 51 | 113 | 0 | 33 | 413 | 74 | 56 |
| Binary | 1101110 | 101111 | 10111011 | 101001 | 1001011 | 0 | 11011 | 100001011 | 111100 | 101110 |
Color Harmonies of #6E2FBB
Complementary color
Monochromatic Colors of #6E2FBB
Black with #6E2FBB
Text Example
Text Example
White with #6E2FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2FBB; }
p { color: rgb(110,47,187); }
H1.HeaderClassName
{
color: #6E2FBB;
}
.AnyTagClassName
{
color: #6E2FBB;
}
</style>
background-color css
<style>
a { background-color: #6E2FBB; }
a { background-color: rgb(110,47,187); }
div.DivClassName
{
background-color: #6E2FBB;
}
.BgClassName
{
background-color: #6E2FBB;
}
</style>
border-color css
<style>
span { border-color: #6E2FBB; }
span { border-color: rgb(110,47,187); }
td.TdClassName
{
border-color: #6E2FBB;
}
.TagClassName
{
border-color: #6E2FBB;
}
</style>