Shades of Purple Heart #6C13AD
Tints of Purple Heart #6C13AD
RGB
CMYK
RGB Variations
Color information
#6C13AD (or 0x6C13AD) is known color: Purple Heart. HEX triplet: 6C, 13 and AD. RGB value is (108,19,173). Sum of RGB (Red+Green+Blue) = 108+19+173=300 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 173 (67.97% from 255 or 57.67% from 300); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C13AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C13AD is #93EC52. Grayscale: #3E3E3E. Windows color (decimal): -9694291 or 11342700. OLE color: 11342700.
HSL color Cylindrical-coordinate representation of color #6C13AD: hue angle of 274.68º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6C13AD is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 19 | 173 | - |
| CMYK | 0.38 | 0.89 | 0 | 0.32 |
| HSL | 274.68º | 0.8% | 0.38% | - |
| HSV(B) | 274.68º | 0.89% | 0.68% | - |
| XYZ | 13.96 | 6.67 | 40.09 | - |
| YUV | 63.17 | 189.99 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 19 | 173 | 0.38 | 0.89 | 0 | 0.32 | 274.68 | 0.8 | 0.38 |
| Hex | 6C | 13 | AD | 26 | 59 | 0 | 20 | 113 | 50 | 26 |
| Octal | 154 | 23 | 255 | 46 | 131 | 0 | 40 | 423 | 120 | 46 |
| Binary | 1101100 | 10011 | 10101101 | 100110 | 1011001 | 0 | 100000 | 100010011 | 1010000 | 100110 |
Color Harmonies of #6C13AD
Complementary color
Monochromatic Colors of #6C13AD
Black with #6C13AD
Text Example
Text Example
White with #6C13AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C13AD; }
p { color: rgb(108,19,173); }
H1.HeaderClassName
{
color: #6C13AD;
}
.AnyTagClassName
{
color: #6C13AD;
}
</style>
background-color css
<style>
a { background-color: #6C13AD; }
a { background-color: rgb(108,19,173); }
div.DivClassName
{
background-color: #6C13AD;
}
.BgClassName
{
background-color: #6C13AD;
}
</style>
border-color css
<style>
span { border-color: #6C13AD; }
span { border-color: rgb(108,19,173); }
td.TdClassName
{
border-color: #6C13AD;
}
.TagClassName
{
border-color: #6C13AD;
}
</style>