Shades of Purple Heart #6F33B9
Tints of Purple Heart #6F33B9
RGB
CMYK
RGB Variations
Color information
#6F33B9 (or 0x6F33B9) is known color: Purple Heart. HEX triplet: 6F, 33 and B9. RGB value is (111,51,185). Sum of RGB (Red+Green+Blue) = 111+51+185=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 185 (72.66% from 255 or 53.31% from 347); Max value from RGB is 185 - color contains mainly: blue. Hex color #6F33B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F33B9 is #90CC46. Grayscale: #535353. Windows color (decimal): -9489479 or 12137327. OLE color: 12137327.
HSL color Cylindrical-coordinate representation of color #6F33B9: hue angle of 266.87º 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 #6F33B9 is Cyan = 0.4, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 51 | 185 | - |
| CMYK | 0.4 | 0.72 | 0 | 0.27 |
| HSL | 266.87º | 0.57% | 0.46% | - |
| HSV(B) | 266.87º | 0.72% | 0.73% | - |
| XYZ | 16.5 | 9.25 | 46.81 | - |
| YUV | 84.22 | 184.88 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 51 | 185 | 0.4 | 0.72 | 0 | 0.27 | 266.87 | 0.57 | 0.46 |
| Hex | 6F | 33 | B9 | 28 | 48 | 0 | 1B | 10B | 39 | 2E |
| Octal | 157 | 63 | 271 | 50 | 110 | 0 | 33 | 413 | 71 | 56 |
| Binary | 1101111 | 110011 | 10111001 | 101000 | 1001000 | 0 | 11011 | 100001011 | 111001 | 101110 |
Color Harmonies of #6F33B9
Complementary color
Monochromatic Colors of #6F33B9
Black with #6F33B9
Text Example
Text Example
White with #6F33B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F33B9; }
p { color: rgb(111,51,185); }
H1.HeaderClassName
{
color: #6F33B9;
}
.AnyTagClassName
{
color: #6F33B9;
}
</style>
background-color css
<style>
a { background-color: #6F33B9; }
a { background-color: rgb(111,51,185); }
div.DivClassName
{
background-color: #6F33B9;
}
.BgClassName
{
background-color: #6F33B9;
}
</style>
border-color css
<style>
span { border-color: #6F33B9; }
span { border-color: rgb(111,51,185); }
td.TdClassName
{
border-color: #6F33B9;
}
.TagClassName
{
border-color: #6F33B9;
}
</style>