Shades of Purple Heart #6C12AF
Tints of Purple Heart #6C12AF
RGB
CMYK
RGB Variations
Color information
#6C12AF (or 0x6C12AF) is known color: Purple Heart. HEX triplet: 6C, 12 and AF. RGB value is (108,18,175). Sum of RGB (Red+Green+Blue) = 108+18+175=301 (39% of max value = 765). Red value is 108 (42.58% from 255 or 35.88% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 175 (68.75% from 255 or 58.14% from 301); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C12AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C12AF is #93ED50. Grayscale: #3E3E3E. Windows color (decimal): -9694545 or 11473516. OLE color: 11473516.
HSL color Cylindrical-coordinate representation of color #6C12AF: hue angle of 274.39º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C12AF is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 18 | 175 | - |
| CMYK | 0.38 | 0.90 | 0 | 0.31 |
| HSL | 274.39º | 0.81% | 0.38% | - |
| HSV(B) | 274.39º | 0.9% | 0.69% | - |
| XYZ | 14.14 | 6.72 | 41.11 | - |
| YUV | 62.81 | 191.32 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 18 | 175 | 0.38 | 0.90 | 0 | 0.31 | 274.39 | 0.81 | 0.38 |
| Hex | 6C | 12 | AF | 26 | 5A | 0 | 1F | 112 | 51 | 26 |
| Octal | 154 | 22 | 257 | 46 | 132 | 0 | 37 | 422 | 121 | 46 |
| Binary | 1101100 | 10010 | 10101111 | 100110 | 1011010 | 0 | 11111 | 100010010 | 1010001 | 100110 |
Color Harmonies of #6C12AF
Complementary color
Monochromatic Colors of #6C12AF
Black with #6C12AF
Text Example
Text Example
White with #6C12AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C12AF; }
p { color: rgb(108,18,175); }
H1.HeaderClassName
{
color: #6C12AF;
}
.AnyTagClassName
{
color: #6C12AF;
}
</style>
background-color css
<style>
a { background-color: #6C12AF; }
a { background-color: rgb(108,18,175); }
div.DivClassName
{
background-color: #6C12AF;
}
.BgClassName
{
background-color: #6C12AF;
}
</style>
border-color css
<style>
span { border-color: #6C12AF; }
span { border-color: rgb(108,18,175); }
td.TdClassName
{
border-color: #6C12AF;
}
.TagClassName
{
border-color: #6C12AF;
}
</style>