Shades of Purple Heart #6C3AC8
Tints of Purple Heart #6C3AC8
RGB
CMYK
RGB Variations
Color information
#6C3AC8 (or 0x6C3AC8) is known color: Purple Heart. HEX triplet: 6C, 3A and C8. RGB value is (108,58,200). Sum of RGB (Red+Green+Blue) = 108+58+200=366 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.51% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 200 (78.52% from 255 or 54.64% from 366); Max value from RGB is 200 - color contains mainly: blue. Hex color #6C3AC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C3AC8 is #93C537. Grayscale: #585858. Windows color (decimal): -9684280 or 13122156. OLE color: 13122156.
HSL color Cylindrical-coordinate representation of color #6C3AC8: hue angle of 261.13º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C3AC8 is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 108 | 58 | 200 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.22 |
| HSL | 261.13º | 0.56% | 0.51% | - |
| HSV(B) | 261.13º | 0.71% | 0.78% | - |
| XYZ | 18.12 | 10.38 | 55.69 | - |
| YUV | 89.14 | 190.57 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 58 | 200 | 0.46 | 0.71 | 0 | 0.22 | 261.13 | 0.56 | 0.51 |
| Hex | 6C | 3A | C8 | 2E | 47 | 0 | 16 | 105 | 38 | 33 |
| Octal | 154 | 72 | 310 | 56 | 107 | 0 | 26 | 405 | 70 | 63 |
| Binary | 1101100 | 111010 | 11001000 | 101110 | 1000111 | 0 | 10110 | 100000101 | 111000 | 110011 |
Color Harmonies of #6C3AC8
Complementary color
Monochromatic Colors of #6C3AC8
Black with #6C3AC8
Text Example
Text Example
White with #6C3AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3AC8; }
p { color: rgb(108,58,200); }
H1.HeaderClassName
{
color: #6C3AC8;
}
.AnyTagClassName
{
color: #6C3AC8;
}
</style>
background-color css
<style>
a { background-color: #6C3AC8; }
a { background-color: rgb(108,58,200); }
div.DivClassName
{
background-color: #6C3AC8;
}
.BgClassName
{
background-color: #6C3AC8;
}
</style>
border-color css
<style>
span { border-color: #6C3AC8; }
span { border-color: rgb(108,58,200); }
td.TdClassName
{
border-color: #6C3AC8;
}
.TagClassName
{
border-color: #6C3AC8;
}
</style>