Shades of Purple Heart #6F33DD
Tints of Purple Heart #6F33DD
RGB
CMYK
RGB Variations
Color information
#6F33DD (or 0x6F33DD) is known color: Purple Heart. HEX triplet: 6F, 33 and DD. RGB value is (111,51,221). Sum of RGB (Red+Green+Blue) = 111+51+221=383 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.98% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F33DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F33DD is #90CC22. Grayscale: #575757. Windows color (decimal): -9489443 or 14496623. OLE color: 14496623.
HSL color Cylindrical-coordinate representation of color #6F33DD: hue angle of 261.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F33DD is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 51 | 221 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.13 |
| HSL | 261.18º | 0.71% | 0.53% | - |
| HSV(B) | 261.18º | 0.77% | 0.87% | - |
| XYZ | 20.79 | 10.97 | 69.43 | - |
| YUV | 88.32 | 202.88 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 51 | 221 | 0.50 | 0.77 | 0 | 0.13 | 261.18 | 0.71 | 0.53 |
| Hex | 6F | 33 | DD | 32 | 4D | 0 | D | 105 | 47 | 35 |
| Octal | 157 | 63 | 335 | 62 | 115 | 0 | 15 | 405 | 107 | 65 |
| Binary | 1101111 | 110011 | 11011101 | 110010 | 1001101 | 0 | 1101 | 100000101 | 1000111 | 110101 |
Color Harmonies of #6F33DD
Complementary color
Monochromatic Colors of #6F33DD
Black with #6F33DD
Text Example
Text Example
White with #6F33DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F33DD; }
p { color: rgb(111,51,221); }
H1.HeaderClassName
{
color: #6F33DD;
}
.AnyTagClassName
{
color: #6F33DD;
}
</style>
background-color css
<style>
a { background-color: #6F33DD; }
a { background-color: rgb(111,51,221); }
div.DivClassName
{
background-color: #6F33DD;
}
.BgClassName
{
background-color: #6F33DD;
}
</style>
border-color css
<style>
span { border-color: #6F33DD; }
span { border-color: rgb(111,51,221); }
td.TdClassName
{
border-color: #6F33DD;
}
.TagClassName
{
border-color: #6F33DD;
}
</style>