Shades of Purple Heart #6C2DAF
Tints of Purple Heart #6C2DAF
RGB
CMYK
RGB Variations
Color information
#6C2DAF (or 0x6C2DAF) is known color: Purple Heart. HEX triplet: 6C, 2D and AF. RGB value is (108,45,175). Sum of RGB (Red+Green+Blue) = 108+45+175=328 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.93% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C2DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2DAF is #93D250. Grayscale: #4E4E4E. Windows color (decimal): -9687633 or 11480428. OLE color: 11480428.
HSL color Cylindrical-coordinate representation of color #6C2DAF: hue angle of 269.08º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6C2DAF is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 45 | 175 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.31 |
| HSL | 269.08º | 0.59% | 0.43% | - |
| HSV(B) | 269.08º | 0.74% | 0.69% | - |
| XYZ | 14.86 | 8.16 | 41.35 | - |
| YUV | 78.66 | 182.37 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 45 | 175 | 0.38 | 0.74 | 0 | 0.31 | 269.08 | 0.59 | 0.43 |
| Hex | 6C | 2D | AF | 26 | 4A | 0 | 1F | 10D | 3B | 2B |
| Octal | 154 | 55 | 257 | 46 | 112 | 0 | 37 | 415 | 73 | 53 |
| Binary | 1101100 | 101101 | 10101111 | 100110 | 1001010 | 0 | 11111 | 100001101 | 111011 | 101011 |
Color Harmonies of #6C2DAF
Complementary color
Monochromatic Colors of #6C2DAF
Black with #6C2DAF
Text Example
Text Example
White with #6C2DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2DAF; }
p { color: rgb(108,45,175); }
H1.HeaderClassName
{
color: #6C2DAF;
}
.AnyTagClassName
{
color: #6C2DAF;
}
</style>
background-color css
<style>
a { background-color: #6C2DAF; }
a { background-color: rgb(108,45,175); }
div.DivClassName
{
background-color: #6C2DAF;
}
.BgClassName
{
background-color: #6C2DAF;
}
</style>
border-color css
<style>
span { border-color: #6C2DAF; }
span { border-color: rgb(108,45,175); }
td.TdClassName
{
border-color: #6C2DAF;
}
.TagClassName
{
border-color: #6C2DAF;
}
</style>