Shades of Purple Heart #6C3AC3
Tints of Purple Heart #6C3AC3
RGB
CMYK
RGB Variations
Color information
#6C3AC3 (or 0x6C3AC3) is known color: Purple Heart. HEX triplet: 6C, 3A and C3. RGB value is (108,58,195). Sum of RGB (Red+Green+Blue) = 108+58+195=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 195 (76.56% from 255 or 54.02% from 361); Max value from RGB is 195 - color contains mainly: blue. Hex color #6C3AC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C3AC3 is #93C53C. Grayscale: #585858. Windows color (decimal): -9684285 or 12794476. OLE color: 12794476.
HSL color Cylindrical-coordinate representation of color #6C3AC3: hue angle of 261.9º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C3AC3 is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 108 | 58 | 195 | - |
| CMYK | 0.45 | 0.70 | 0 | 0.24 |
| HSL | 261.9º | 0.54% | 0.5% | - |
| HSV(B) | 261.9º | 0.7% | 0.76% | - |
| XYZ | 17.55 | 10.15 | 52.66 | - |
| YUV | 88.57 | 188.07 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 58 | 195 | 0.45 | 0.70 | 0 | 0.24 | 261.9 | 0.54 | 0.5 |
| Hex | 6C | 3A | C3 | 2D | 46 | 0 | 18 | 106 | 36 | 32 |
| Octal | 154 | 72 | 303 | 55 | 106 | 0 | 30 | 406 | 66 | 62 |
| Binary | 1101100 | 111010 | 11000011 | 101101 | 1000110 | 0 | 11000 | 100000110 | 110110 | 110010 |
Color Harmonies of #6C3AC3
Complementary color
Monochromatic Colors of #6C3AC3
Black with #6C3AC3
Text Example
Text Example
White with #6C3AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3AC3; }
p { color: rgb(108,58,195); }
H1.HeaderClassName
{
color: #6C3AC3;
}
.AnyTagClassName
{
color: #6C3AC3;
}
</style>
background-color css
<style>
a { background-color: #6C3AC3; }
a { background-color: rgb(108,58,195); }
div.DivClassName
{
background-color: #6C3AC3;
}
.BgClassName
{
background-color: #6C3AC3;
}
</style>
border-color css
<style>
span { border-color: #6C3AC3; }
span { border-color: rgb(108,58,195); }
td.TdClassName
{
border-color: #6C3AC3;
}
.TagClassName
{
border-color: #6C3AC3;
}
</style>