Shades of Purple Heart #6C1FAC
Tints of Purple Heart #6C1FAC
RGB
CMYK
RGB Variations
Color information
#6C1FAC (or 0x6C1FAC) is known color: Purple Heart. HEX triplet: 6C, 1F and AC. RGB value is (108,31,172). Sum of RGB (Red+Green+Blue) = 108+31+172=311 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.73% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #6C1FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C1FAC is #93E053. Grayscale: #454545. Windows color (decimal): -9691220 or 11280236. OLE color: 11280236.
HSL color Cylindrical-coordinate representation of color #6C1FAC: hue angle of 272.77º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C1FAC is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 31 | 172 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.33 |
| HSL | 272.77º | 0.69% | 0.4% | - |
| HSV(B) | 272.77º | 0.82% | 0.67% | - |
| XYZ | 14.12 | 7.15 | 39.66 | - |
| YUV | 70.1 | 185.51 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 31 | 172 | 0.37 | 0.82 | 0 | 0.33 | 272.77 | 0.69 | 0.4 |
| Hex | 6C | 1F | AC | 25 | 52 | 0 | 21 | 111 | 45 | 28 |
| Octal | 154 | 37 | 254 | 45 | 122 | 0 | 41 | 421 | 105 | 50 |
| Binary | 1101100 | 11111 | 10101100 | 100101 | 1010010 | 0 | 100001 | 100010001 | 1000101 | 101000 |
Color Harmonies of #6C1FAC
Complementary color
Monochromatic Colors of #6C1FAC
Black with #6C1FAC
Text Example
Text Example
White with #6C1FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1FAC; }
p { color: rgb(108,31,172); }
H1.HeaderClassName
{
color: #6C1FAC;
}
.AnyTagClassName
{
color: #6C1FAC;
}
</style>
background-color css
<style>
a { background-color: #6C1FAC; }
a { background-color: rgb(108,31,172); }
div.DivClassName
{
background-color: #6C1FAC;
}
.BgClassName
{
background-color: #6C1FAC;
}
</style>
border-color css
<style>
span { border-color: #6C1FAC; }
span { border-color: rgb(108,31,172); }
td.TdClassName
{
border-color: #6C1FAC;
}
.TagClassName
{
border-color: #6C1FAC;
}
</style>