Shades of Purple Heart #6C2CAF
Tints of Purple Heart #6C2CAF
RGB
CMYK
RGB Variations
Color information
#6C2CAF (or 0x6C2CAF) is known color: Purple Heart. HEX triplet: 6C, 2C and AF. RGB value is (108,44,175). Sum of RGB (Red+Green+Blue) = 108+44+175=327 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.03% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 175 (68.75% from 255 or 53.52% from 327); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C2CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2CAF is #93D350. Grayscale: #4D4D4D. Windows color (decimal): -9687889 or 11480172. OLE color: 11480172.
HSL color Cylindrical-coordinate representation of color #6C2CAF: hue angle of 269.31º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C2CAF is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 44 | 175 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.31 |
| HSL | 269.31º | 0.6% | 0.43% | - |
| HSV(B) | 269.31º | 0.75% | 0.69% | - |
| XYZ | 14.82 | 8.08 | 41.34 | - |
| YUV | 78.07 | 182.7 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 44 | 175 | 0.38 | 0.75 | 0 | 0.31 | 269.31 | 0.6 | 0.43 |
| Hex | 6C | 2C | AF | 26 | 4B | 0 | 1F | 10D | 3C | 2B |
| Octal | 154 | 54 | 257 | 46 | 113 | 0 | 37 | 415 | 74 | 53 |
| Binary | 1101100 | 101100 | 10101111 | 100110 | 1001011 | 0 | 11111 | 100001101 | 111100 | 101011 |
Color Harmonies of #6C2CAF
Complementary color
Monochromatic Colors of #6C2CAF
Black with #6C2CAF
Text Example
Text Example
White with #6C2CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2CAF; }
p { color: rgb(108,44,175); }
H1.HeaderClassName
{
color: #6C2CAF;
}
.AnyTagClassName
{
color: #6C2CAF;
}
</style>
background-color css
<style>
a { background-color: #6C2CAF; }
a { background-color: rgb(108,44,175); }
div.DivClassName
{
background-color: #6C2CAF;
}
.BgClassName
{
background-color: #6C2CAF;
}
</style>
border-color css
<style>
span { border-color: #6C2CAF; }
span { border-color: rgb(108,44,175); }
td.TdClassName
{
border-color: #6C2CAF;
}
.TagClassName
{
border-color: #6C2CAF;
}
</style>