Shades of Purple Heart #6A1CAC
Tints of Purple Heart #6A1CAC
RGB
CMYK
RGB Variations
Color information
#6A1CAC (or 0x6A1CAC) is known color: Purple Heart. HEX triplet: 6A, 1C and AC. RGB value is (106,28,172). Sum of RGB (Red+Green+Blue) = 106+28+172=306 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.64% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #6A1CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A1CAC is #95E353. Grayscale: #434343. Windows color (decimal): -9823060 or 11279466. OLE color: 11279466.
HSL color Cylindrical-coordinate representation of color #6A1CAC: hue angle of 272.5º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A1CAC is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 28 | 172 | - |
| CMYK | 0.38 | 0.84 | 0 | 0.33 |
| HSL | 272.5º | 0.72% | 0.39% | - |
| HSV(B) | 272.5º | 0.84% | 0.67% | - |
| XYZ | 13.81 | 6.87 | 39.63 | - |
| YUV | 67.74 | 186.84 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 28 | 172 | 0.38 | 0.84 | 0 | 0.33 | 272.5 | 0.72 | 0.39 |
| Hex | 6A | 1C | AC | 26 | 54 | 0 | 21 | 110 | 48 | 27 |
| Octal | 152 | 34 | 254 | 46 | 124 | 0 | 41 | 420 | 110 | 47 |
| Binary | 1101010 | 11100 | 10101100 | 100110 | 1010100 | 0 | 100001 | 100010000 | 1001000 | 100111 |
Color Harmonies of #6A1CAC
Complementary color
Monochromatic Colors of #6A1CAC
Black with #6A1CAC
Text Example
Text Example
White with #6A1CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1CAC; }
p { color: rgb(106,28,172); }
H1.HeaderClassName
{
color: #6A1CAC;
}
.AnyTagClassName
{
color: #6A1CAC;
}
</style>
background-color css
<style>
a { background-color: #6A1CAC; }
a { background-color: rgb(106,28,172); }
div.DivClassName
{
background-color: #6A1CAC;
}
.BgClassName
{
background-color: #6A1CAC;
}
</style>
border-color css
<style>
span { border-color: #6A1CAC; }
span { border-color: rgb(106,28,172); }
td.TdClassName
{
border-color: #6A1CAC;
}
.TagClassName
{
border-color: #6A1CAC;
}
</style>