Shades of Purple Heart #6C0DAF
Tints of Purple Heart #6C0DAF
RGB
CMYK
RGB Variations
Color information
#6C0DAF (or 0x6C0DAF) is known color: Purple Heart. HEX triplet: 6C, 0D and AF. RGB value is (108,13,175). Sum of RGB (Red+Green+Blue) = 108+13+175=296 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.49% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 175 (68.75% from 255 or 59.12% from 296); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C0DAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0DAF is #93F250. Grayscale: #3B3B3B. Windows color (decimal): -9695825 or 11472236. OLE color: 11472236.
HSL color Cylindrical-coordinate representation of color #6C0DAF: hue angle of 275.19º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C0DAF is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 13 | 175 | - |
| CMYK | 0.38 | 0.93 | 0 | 0.31 |
| HSL | 275.19º | 0.86% | 0.37% | - |
| HSV(B) | 275.19º | 0.93% | 0.69% | - |
| XYZ | 14.07 | 6.57 | 41.08 | - |
| YUV | 59.87 | 192.97 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 13 | 175 | 0.38 | 0.93 | 0 | 0.31 | 275.19 | 0.86 | 0.37 |
| Hex | 6C | D | AF | 26 | 5D | 0 | 1F | 113 | 56 | 25 |
| Octal | 154 | 15 | 257 | 46 | 135 | 0 | 37 | 423 | 126 | 45 |
| Binary | 1101100 | 1101 | 10101111 | 100110 | 1011101 | 0 | 11111 | 100010011 | 1010110 | 100101 |
Color Harmonies of #6C0DAF
Complementary color
Monochromatic Colors of #6C0DAF
Black with #6C0DAF
Text Example
Text Example
White with #6C0DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0DAF; }
p { color: rgb(108,13,175); }
H1.HeaderClassName
{
color: #6C0DAF;
}
.AnyTagClassName
{
color: #6C0DAF;
}
</style>
background-color css
<style>
a { background-color: #6C0DAF; }
a { background-color: rgb(108,13,175); }
div.DivClassName
{
background-color: #6C0DAF;
}
.BgClassName
{
background-color: #6C0DAF;
}
</style>
border-color css
<style>
span { border-color: #6C0DAF; }
span { border-color: rgb(108,13,175); }
td.TdClassName
{
border-color: #6C0DAF;
}
.TagClassName
{
border-color: #6C0DAF;
}
</style>