Shades of Purple Heart #6C00AD
Tints of Purple Heart #6C00AD
RGB
CMYK
RGB Variations
Color information
#6C00AD (or 0x6C00AD) is known color: Purple Heart. HEX triplet: 6C, 00 and AD. RGB value is (108,0,173). Sum of RGB (Red+Green+Blue) = 108+0+173=281 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.43% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C00AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C00AD is #93FF52. Grayscale: #333333. Windows color (decimal): -9699155 or 11337836. OLE color: 11337836.
HSL color Cylindrical-coordinate representation of color #6C00AD: hue angle of 277.46º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C00AD is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 0 | 173 | - |
| CMYK | 0.38 | 1 | 0 | 0.32 |
| HSL | 277.46º | 1% | 0.34% | - |
| HSV(B) | 277.46º | 1% | 0.68% | - |
| XYZ | 13.73 | 6.21 | 40.01 | - |
| YUV | 52.01 | 196.28 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 0 | 173 | 0.38 | 1 | 0 | 0.32 | 277.46 | 1 | 0.34 |
| Hex | 6C | 0 | AD | 26 | 64 | 0 | 20 | 115 | 64 | 22 |
| Octal | 154 | 0 | 255 | 46 | 144 | 0 | 40 | 425 | 144 | 42 |
| Binary | 1101100 | 0 | 10101101 | 100110 | 1100100 | 0 | 100000 | 100010101 | 1100100 | 100010 |
Color Harmonies of #6C00AD
Complementary color
Monochromatic Colors of #6C00AD
Black with #6C00AD
Text Example
Text Example
White with #6C00AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C00AD; }
p { color: rgb(108,0,173); }
H1.HeaderClassName
{
color: #6C00AD;
}
.AnyTagClassName
{
color: #6C00AD;
}
</style>
background-color css
<style>
a { background-color: #6C00AD; }
a { background-color: rgb(108,0,173); }
div.DivClassName
{
background-color: #6C00AD;
}
.BgClassName
{
background-color: #6C00AD;
}
</style>
border-color css
<style>
span { border-color: #6C00AD; }
span { border-color: rgb(108,0,173); }
td.TdClassName
{
border-color: #6C00AD;
}
.TagClassName
{
border-color: #6C00AD;
}
</style>