Shades of Purple Heart #6C18AD
Tints of Purple Heart #6C18AD
RGB
CMYK
RGB Variations
Color information
#6C18AD (or 0x6C18AD) is known color: Purple Heart. HEX triplet: 6C, 18 and AD. RGB value is (108,24,173). Sum of RGB (Red+Green+Blue) = 108+24+173=305 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.41% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C18AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C18AD is #93E752. Grayscale: #414141. Windows color (decimal): -9693011 or 11343980. OLE color: 11343980.
HSL color Cylindrical-coordinate representation of color #6C18AD: hue angle of 273.83º 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 #6C18AD is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 24 | 173 | - |
| CMYK | 0.38 | 0.86 | 0 | 0.32 |
| HSL | 273.83º | 0.76% | 0.39% | - |
| HSV(B) | 273.83º | 0.86% | 0.68% | - |
| XYZ | 14.05 | 6.86 | 40.12 | - |
| YUV | 66.1 | 188.33 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 24 | 173 | 0.38 | 0.86 | 0 | 0.32 | 273.83 | 0.76 | 0.39 |
| Hex | 6C | 18 | AD | 26 | 56 | 0 | 20 | 112 | 4C | 27 |
| Octal | 154 | 30 | 255 | 46 | 126 | 0 | 40 | 422 | 114 | 47 |
| Binary | 1101100 | 11000 | 10101101 | 100110 | 1010110 | 0 | 100000 | 100010010 | 1001100 | 100111 |
Color Harmonies of #6C18AD
Complementary color
Monochromatic Colors of #6C18AD
Black with #6C18AD
Text Example
Text Example
White with #6C18AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C18AD; }
p { color: rgb(108,24,173); }
H1.HeaderClassName
{
color: #6C18AD;
}
.AnyTagClassName
{
color: #6C18AD;
}
</style>
background-color css
<style>
a { background-color: #6C18AD; }
a { background-color: rgb(108,24,173); }
div.DivClassName
{
background-color: #6C18AD;
}
.BgClassName
{
background-color: #6C18AD;
}
</style>
border-color css
<style>
span { border-color: #6C18AD; }
span { border-color: rgb(108,24,173); }
td.TdClassName
{
border-color: #6C18AD;
}
.TagClassName
{
border-color: #6C18AD;
}
</style>