Shades of Purple #6C0395
Tints of Purple #6C0395
RGB
CMYK
RGB Variations
Color information
#6C0395 (or 0x6C0395) is known color: Purple. HEX triplet: 6C, 03 and 95. RGB value is (108,3,149). Sum of RGB (Red+Green+Blue) = 108+3+149=260 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.54% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 149 (58.59% from 255 or 57.31% from 260); Max value from RGB is 149 - color contains mainly: blue. Hex color #6C0395 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0395 is #93FC6A. Grayscale: #323232. Windows color (decimal): -9698411 or 9765740. OLE color: 9765740.
HSL color Cylindrical-coordinate representation of color #6C0395: hue angle of 283.15º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C0395 is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 3 | 149 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.42 |
| HSL | 283.15º | 0.96% | 0.3% | - |
| HSV(B) | 283.15º | 0.98% | 0.58% | - |
| XYZ | 11.64 | 5.42 | 28.87 | - |
| YUV | 51.04 | 183.29 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 3 | 149 | 0.28 | 0.98 | 0 | 0.42 | 283.15 | 0.96 | 0.3 |
| Hex | 6C | 3 | 95 | 1C | 62 | 0 | 2A | 11B | 60 | 1E |
| Octal | 154 | 3 | 225 | 34 | 142 | 0 | 52 | 433 | 140 | 36 |
| Binary | 1101100 | 11 | 10010101 | 11100 | 1100010 | 0 | 101010 | 100011011 | 1100000 | 11110 |
Color Harmonies of #6C0395
Complementary color
Monochromatic Colors of #6C0395
Black with #6C0395
Text Example
Text Example
White with #6C0395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0395; }
p { color: rgb(108,3,149); }
H1.HeaderClassName
{
color: #6C0395;
}
.AnyTagClassName
{
color: #6C0395;
}
</style>
background-color css
<style>
a { background-color: #6C0395; }
a { background-color: rgb(108,3,149); }
div.DivClassName
{
background-color: #6C0395;
}
.BgClassName
{
background-color: #6C0395;
}
</style>
border-color css
<style>
span { border-color: #6C0395; }
span { border-color: rgb(108,3,149); }
td.TdClassName
{
border-color: #6C0395;
}
.TagClassName
{
border-color: #6C0395;
}
</style>