Shades of Purple Heart #6F36DF
Tints of Purple Heart #6F36DF
RGB
CMYK
RGB Variations
Color information
#6F36DF (or 0x6F36DF) is known color: Purple Heart. HEX triplet: 6F, 36 and DF. RGB value is (111,54,223). Sum of RGB (Red+Green+Blue) = 111+54+223=388 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.61% from 388); Green value is 54 (21.48% from 255 or 13.92% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #6F36DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F36DF is #90C920. Grayscale: #595959. Windows color (decimal): -9488673 or 14628463. OLE color: 14628463.
HSL color Cylindrical-coordinate representation of color #6F36DF: hue angle of 260.24º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F36DF is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 54 | 223 | - |
| CMYK | 0.50 | 0.76 | 0 | 0.13 |
| HSL | 260.24º | 0.73% | 0.54% | - |
| HSV(B) | 260.24º | 0.76% | 0.87% | - |
| XYZ | 21.19 | 11.35 | 70.88 | - |
| YUV | 90.31 | 202.88 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 54 | 223 | 0.50 | 0.76 | 0 | 0.13 | 260.24 | 0.73 | 0.54 |
| Hex | 6F | 36 | DF | 32 | 4C | 0 | D | 104 | 49 | 36 |
| Octal | 157 | 66 | 337 | 62 | 114 | 0 | 15 | 404 | 111 | 66 |
| Binary | 1101111 | 110110 | 11011111 | 110010 | 1001100 | 0 | 1101 | 100000100 | 1001001 | 110110 |
Color Harmonies of #6F36DF
Complementary color
Monochromatic Colors of #6F36DF
Black with #6F36DF
Text Example
Text Example
White with #6F36DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F36DF; }
p { color: rgb(111,54,223); }
H1.HeaderClassName
{
color: #6F36DF;
}
.AnyTagClassName
{
color: #6F36DF;
}
</style>
background-color css
<style>
a { background-color: #6F36DF; }
a { background-color: rgb(111,54,223); }
div.DivClassName
{
background-color: #6F36DF;
}
.BgClassName
{
background-color: #6F36DF;
}
</style>
border-color css
<style>
span { border-color: #6F36DF; }
span { border-color: rgb(111,54,223); }
td.TdClassName
{
border-color: #6F36DF;
}
.TagClassName
{
border-color: #6F36DF;
}
</style>