Shades of Purple Heart #6C31C6
Tints of Purple Heart #6C31C6
RGB
CMYK
RGB Variations
Color information
#6C31C6 (or 0x6C31C6) is known color: Purple Heart. HEX triplet: 6C, 31 and C6. RGB value is (108,49,198). Sum of RGB (Red+Green+Blue) = 108+49+198=355 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.42% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 198 (77.73% from 255 or 55.77% from 355); Max value from RGB is 198 - color contains mainly: blue. Hex color #6C31C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C31C6 is #93CE39. Grayscale: #535353. Windows color (decimal): -9686586 or 12988780. OLE color: 12988780.
HSL color Cylindrical-coordinate representation of color #6C31C6: hue angle of 263.76º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C31C6 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 108 | 49 | 198 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.22 |
| HSL | 263.76º | 0.6% | 0.48% | - |
| HSV(B) | 263.76º | 0.75% | 0.78% | - |
| XYZ | 17.48 | 9.46 | 54.33 | - |
| YUV | 83.63 | 192.55 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 49 | 198 | 0.45 | 0.75 | 0 | 0.22 | 263.76 | 0.6 | 0.48 |
| Hex | 6C | 31 | C6 | 2D | 4B | 0 | 16 | 108 | 3C | 30 |
| Octal | 154 | 61 | 306 | 55 | 113 | 0 | 26 | 410 | 74 | 60 |
| Binary | 1101100 | 110001 | 11000110 | 101101 | 1001011 | 0 | 10110 | 100001000 | 111100 | 110000 |
Color Harmonies of #6C31C6
Complementary color
Monochromatic Colors of #6C31C6
Black with #6C31C6
Text Example
Text Example
White with #6C31C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C31C6; }
p { color: rgb(108,49,198); }
H1.HeaderClassName
{
color: #6C31C6;
}
.AnyTagClassName
{
color: #6C31C6;
}
</style>
background-color css
<style>
a { background-color: #6C31C6; }
a { background-color: rgb(108,49,198); }
div.DivClassName
{
background-color: #6C31C6;
}
.BgClassName
{
background-color: #6C31C6;
}
</style>
border-color css
<style>
span { border-color: #6C31C6; }
span { border-color: rgb(108,49,198); }
td.TdClassName
{
border-color: #6C31C6;
}
.TagClassName
{
border-color: #6C31C6;
}
</style>