Shades of Purple Heart #6C03AC
Tints of Purple Heart #6C03AC
RGB
CMYK
RGB Variations
Color information
#6C03AC (or 0x6C03AC) is known color: Purple Heart. HEX triplet: 6C, 03 and AC. RGB value is (108,3,172). Sum of RGB (Red+Green+Blue) = 108+3+172=283 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.16% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #6C03AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C03AC is #93FC53. Grayscale: #353535. Windows color (decimal): -9698388 or 11273068. OLE color: 11273068.
HSL color Cylindrical-coordinate representation of color #6C03AC: hue angle of 277.28º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C03AC is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 3 | 172 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.33 |
| HSL | 277.28º | 0.97% | 0.34% | - |
| HSV(B) | 277.28º | 0.98% | 0.67% | - |
| XYZ | 13.66 | 6.23 | 39.51 | - |
| YUV | 53.66 | 194.79 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 3 | 172 | 0.37 | 0.98 | 0 | 0.33 | 277.28 | 0.97 | 0.34 |
| Hex | 6C | 3 | AC | 25 | 62 | 0 | 21 | 115 | 61 | 22 |
| Octal | 154 | 3 | 254 | 45 | 142 | 0 | 41 | 425 | 141 | 42 |
| Binary | 1101100 | 11 | 10101100 | 100101 | 1100010 | 0 | 100001 | 100010101 | 1100001 | 100010 |
Color Harmonies of #6C03AC
Complementary color
Monochromatic Colors of #6C03AC
Black with #6C03AC
Text Example
Text Example
White with #6C03AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C03AC; }
p { color: rgb(108,3,172); }
H1.HeaderClassName
{
color: #6C03AC;
}
.AnyTagClassName
{
color: #6C03AC;
}
</style>
background-color css
<style>
a { background-color: #6C03AC; }
a { background-color: rgb(108,3,172); }
div.DivClassName
{
background-color: #6C03AC;
}
.BgClassName
{
background-color: #6C03AC;
}
</style>
border-color css
<style>
span { border-color: #6C03AC; }
span { border-color: rgb(108,3,172); }
td.TdClassName
{
border-color: #6C03AC;
}
.TagClassName
{
border-color: #6C03AC;
}
</style>