Shades of Purple Heart #6E36CF
Tints of Purple Heart #6E36CF
RGB
CMYK
RGB Variations
Color information
#6E36CF (or 0x6E36CF) is known color: Purple Heart. HEX triplet: 6E, 36 and CF. RGB value is (110,54,207). Sum of RGB (Red+Green+Blue) = 110+54+207=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E36CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E36CF is #91C930. Grayscale: #575757. Windows color (decimal): -9554225 or 13579886. OLE color: 13579886.
HSL color Cylindrical-coordinate representation of color #6E36CF: hue angle of 261.96º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E36CF is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 54 | 207 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.19 |
| HSL | 261.96º | 0.61% | 0.51% | - |
| HSV(B) | 261.96º | 0.74% | 0.81% | - |
| XYZ | 19.01 | 10.46 | 60.05 | - |
| YUV | 88.19 | 195.05 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 54 | 207 | 0.47 | 0.74 | 0 | 0.19 | 261.96 | 0.61 | 0.51 |
| Hex | 6E | 36 | CF | 2F | 4A | 0 | 13 | 106 | 3D | 33 |
| Octal | 156 | 66 | 317 | 57 | 112 | 0 | 23 | 406 | 75 | 63 |
| Binary | 1101110 | 110110 | 11001111 | 101111 | 1001010 | 0 | 10011 | 100000110 | 111101 | 110011 |
Color Harmonies of #6E36CF
Complementary color
Monochromatic Colors of #6E36CF
Black with #6E36CF
Text Example
Text Example
White with #6E36CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E36CF; }
p { color: rgb(110,54,207); }
H1.HeaderClassName
{
color: #6E36CF;
}
.AnyTagClassName
{
color: #6E36CF;
}
</style>
background-color css
<style>
a { background-color: #6E36CF; }
a { background-color: rgb(110,54,207); }
div.DivClassName
{
background-color: #6E36CF;
}
.BgClassName
{
background-color: #6E36CF;
}
</style>
border-color css
<style>
span { border-color: #6E36CF; }
span { border-color: rgb(110,54,207); }
td.TdClassName
{
border-color: #6E36CF;
}
.TagClassName
{
border-color: #6E36CF;
}
</style>