Shades of Purple Heart #6F18D6
Tints of Purple Heart #6F18D6
RGB
CMYK
RGB Variations
Color information
#6F18D6 (or 0x6F18D6) is known color: Purple Heart. HEX triplet: 6F, 18 and D6. RGB value is (111,24,214). Sum of RGB (Red+Green+Blue) = 111+24+214=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 24 (9.77% from 255 or 6.88% from 349); Blue value is 214 (83.98% from 255 or 61.32% from 349); Max value from RGB is 214 - color contains mainly: blue. Hex color #6F18D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F18D6 is #90E729. Grayscale: #474747. Windows color (decimal): -9496362 or 14030959. OLE color: 14030959.
HSL color Cylindrical-coordinate representation of color #6F18D6: hue angle of 267.47º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F18D6 is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 24 | 214 | - |
| CMYK | 0.48 | 0.89 | 0 | 0.16 |
| HSL | 267.47º | 0.8% | 0.47% | - |
| HSV(B) | 267.47º | 0.89% | 0.84% | - |
| XYZ | 19.02 | 8.89 | 64.33 | - |
| YUV | 71.67 | 208.32 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 24 | 214 | 0.48 | 0.89 | 0 | 0.16 | 267.47 | 0.8 | 0.47 |
| Hex | 6F | 18 | D6 | 30 | 59 | 0 | 10 | 10B | 50 | 2F |
| Octal | 157 | 30 | 326 | 60 | 131 | 0 | 20 | 413 | 120 | 57 |
| Binary | 1101111 | 11000 | 11010110 | 110000 | 1011001 | 0 | 10000 | 100001011 | 1010000 | 101111 |
Color Harmonies of #6F18D6
Complementary color
Monochromatic Colors of #6F18D6
Black with #6F18D6
Text Example
Text Example
White with #6F18D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F18D6; }
p { color: rgb(111,24,214); }
H1.HeaderClassName
{
color: #6F18D6;
}
.AnyTagClassName
{
color: #6F18D6;
}
</style>
background-color css
<style>
a { background-color: #6F18D6; }
a { background-color: rgb(111,24,214); }
div.DivClassName
{
background-color: #6F18D6;
}
.BgClassName
{
background-color: #6F18D6;
}
</style>
border-color css
<style>
span { border-color: #6F18D6; }
span { border-color: rgb(111,24,214); }
td.TdClassName
{
border-color: #6F18D6;
}
.TagClassName
{
border-color: #6F18D6;
}
</style>