Shades of Purple Heart #6F36D3
Tints of Purple Heart #6F36D3
RGB
CMYK
RGB Variations
Color information
#6F36D3 (or 0x6F36D3) is known color: Purple Heart. HEX triplet: 6F, 36 and D3. RGB value is (111,54,211). Sum of RGB (Red+Green+Blue) = 111+54+211=376 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.52% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 211 (82.81% from 255 or 56.12% from 376); Max value from RGB is 211 - color contains mainly: blue. Hex color #6F36D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F36D3 is #90C92C. Grayscale: #585858. Windows color (decimal): -9488685 or 13842031. OLE color: 13842031.
HSL color Cylindrical-coordinate representation of color #6F36D3: hue angle of 261.78º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F36D3 is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 111 | 54 | 211 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.17 |
| HSL | 261.78º | 0.64% | 0.52% | - |
| HSV(B) | 261.78º | 0.74% | 0.83% | - |
| XYZ | 19.63 | 10.72 | 62.66 | - |
| YUV | 88.94 | 196.88 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 54 | 211 | 0.47 | 0.74 | 0 | 0.17 | 261.78 | 0.64 | 0.52 |
| Hex | 6F | 36 | D3 | 2F | 4A | 0 | 11 | 106 | 40 | 34 |
| Octal | 157 | 66 | 323 | 57 | 112 | 0 | 21 | 406 | 100 | 64 |
| Binary | 1101111 | 110110 | 11010011 | 101111 | 1001010 | 0 | 10001 | 100000110 | 1000000 | 110100 |
Color Harmonies of #6F36D3
Complementary color
Monochromatic Colors of #6F36D3
Black with #6F36D3
Text Example
Text Example
White with #6F36D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F36D3; }
p { color: rgb(111,54,211); }
H1.HeaderClassName
{
color: #6F36D3;
}
.AnyTagClassName
{
color: #6F36D3;
}
</style>
background-color css
<style>
a { background-color: #6F36D3; }
a { background-color: rgb(111,54,211); }
div.DivClassName
{
background-color: #6F36D3;
}
.BgClassName
{
background-color: #6F36D3;
}
</style>
border-color css
<style>
span { border-color: #6F36D3; }
span { border-color: rgb(111,54,211); }
td.TdClassName
{
border-color: #6F36D3;
}
.TagClassName
{
border-color: #6F36D3;
}
</style>