Shades of Purple Heart #6F18AE
Tints of Purple Heart #6F18AE
RGB
CMYK
RGB Variations
Color information
#6F18AE (or 0x6F18AE) is known color: Purple Heart. HEX triplet: 6F, 18 and AE. RGB value is (111,24,174). Sum of RGB (Red+Green+Blue) = 111+24+174=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F18AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F18AE is #90E751. Grayscale: #424242. Windows color (decimal): -9496402 or 11409519. OLE color: 11409519.
HSL color Cylindrical-coordinate representation of color #6F18AE: hue angle of 274.8º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F18AE is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 24 | 174 | - |
| CMYK | 0.36 | 0.86 | 0 | 0.32 |
| HSL | 274.8º | 0.76% | 0.39% | - |
| HSV(B) | 274.8º | 0.86% | 0.68% | - |
| XYZ | 14.52 | 7.09 | 40.65 | - |
| YUV | 67.11 | 188.32 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 24 | 174 | 0.36 | 0.86 | 0 | 0.32 | 274.8 | 0.76 | 0.39 |
| Hex | 6F | 18 | AE | 24 | 56 | 0 | 20 | 113 | 4C | 27 |
| Octal | 157 | 30 | 256 | 44 | 126 | 0 | 40 | 423 | 114 | 47 |
| Binary | 1101111 | 11000 | 10101110 | 100100 | 1010110 | 0 | 100000 | 100010011 | 1001100 | 100111 |
Color Harmonies of #6F18AE
Complementary color
Monochromatic Colors of #6F18AE
Black with #6F18AE
Text Example
Text Example
White with #6F18AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F18AE; }
p { color: rgb(111,24,174); }
H1.HeaderClassName
{
color: #6F18AE;
}
.AnyTagClassName
{
color: #6F18AE;
}
</style>
background-color css
<style>
a { background-color: #6F18AE; }
a { background-color: rgb(111,24,174); }
div.DivClassName
{
background-color: #6F18AE;
}
.BgClassName
{
background-color: #6F18AE;
}
</style>
border-color css
<style>
span { border-color: #6F18AE; }
span { border-color: rgb(111,24,174); }
td.TdClassName
{
border-color: #6F18AE;
}
.TagClassName
{
border-color: #6F18AE;
}
</style>