Shades of Purple Heart #6C13AF
Tints of Purple Heart #6C13AF
RGB
CMYK
RGB Variations
Color information
#6C13AF (or 0x6C13AF) is known color: Purple Heart. HEX triplet: 6C, 13 and AF. RGB value is (108,19,175). Sum of RGB (Red+Green+Blue) = 108+19+175=302 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.76% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 175 (68.75% from 255 or 57.95% from 302); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C13AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C13AF is #93EC50. Grayscale: #3E3E3E. Windows color (decimal): -9694289 or 11473772. OLE color: 11473772.
HSL color Cylindrical-coordinate representation of color #6C13AF: hue angle of 274.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6C13AF is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 19 | 175 | - |
| CMYK | 0.38 | 0.89 | 0 | 0.31 |
| HSL | 274.23º | 0.8% | 0.38% | - |
| HSV(B) | 274.23º | 0.89% | 0.69% | - |
| XYZ | 14.16 | 6.75 | 41.11 | - |
| YUV | 63.4 | 190.99 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 19 | 175 | 0.38 | 0.89 | 0 | 0.31 | 274.23 | 0.8 | 0.38 |
| Hex | 6C | 13 | AF | 26 | 59 | 0 | 1F | 112 | 50 | 26 |
| Octal | 154 | 23 | 257 | 46 | 131 | 0 | 37 | 422 | 120 | 46 |
| Binary | 1101100 | 10011 | 10101111 | 100110 | 1011001 | 0 | 11111 | 100010010 | 1010000 | 100110 |
Color Harmonies of #6C13AF
Complementary color
Monochromatic Colors of #6C13AF
Black with #6C13AF
Text Example
Text Example
White with #6C13AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C13AF; }
p { color: rgb(108,19,175); }
H1.HeaderClassName
{
color: #6C13AF;
}
.AnyTagClassName
{
color: #6C13AF;
}
</style>
background-color css
<style>
a { background-color: #6C13AF; }
a { background-color: rgb(108,19,175); }
div.DivClassName
{
background-color: #6C13AF;
}
.BgClassName
{
background-color: #6C13AF;
}
</style>
border-color css
<style>
span { border-color: #6C13AF; }
span { border-color: rgb(108,19,175); }
td.TdClassName
{
border-color: #6C13AF;
}
.TagClassName
{
border-color: #6C13AF;
}
</style>