Shades of Purple #6C1392
Tints of Purple #6C1392
RGB
CMYK
RGB Variations
Color information
#6C1392 (or 0x6C1392) is known color: Purple. HEX triplet: 6C, 13 and 92. RGB value is (108,19,146). Sum of RGB (Red+Green+Blue) = 108+19+146=273 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.56% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #6C1392 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1392 is #93EC6D. Grayscale: #3B3B3B. Windows color (decimal): -9694318 or 9573228. OLE color: 9573228.
HSL color Cylindrical-coordinate representation of color #6C1392: hue angle of 282.05º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C1392 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 108 | 19 | 146 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.43 |
| HSL | 282.05º | 0.77% | 0.32% | - |
| HSV(B) | 282.05º | 0.87% | 0.57% | - |
| XYZ | 11.61 | 5.73 | 27.69 | - |
| YUV | 60.09 | 176.49 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 19 | 146 | 0.26 | 0.87 | 0 | 0.43 | 282.05 | 0.77 | 0.32 |
| Hex | 6C | 13 | 92 | 1A | 57 | 0 | 2B | 11A | 4D | 20 |
| Octal | 154 | 23 | 222 | 32 | 127 | 0 | 53 | 432 | 115 | 40 |
| Binary | 1101100 | 10011 | 10010010 | 11010 | 1010111 | 0 | 101011 | 100011010 | 1001101 | 100000 |
Color Harmonies of #6C1392
Complementary color
Monochromatic Colors of #6C1392
Black with #6C1392
Text Example
Text Example
White with #6C1392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1392; }
p { color: rgb(108,19,146); }
H1.HeaderClassName
{
color: #6C1392;
}
.AnyTagClassName
{
color: #6C1392;
}
</style>
background-color css
<style>
a { background-color: #6C1392; }
a { background-color: rgb(108,19,146); }
div.DivClassName
{
background-color: #6C1392;
}
.BgClassName
{
background-color: #6C1392;
}
</style>
border-color css
<style>
span { border-color: #6C1392; }
span { border-color: rgb(108,19,146); }
td.TdClassName
{
border-color: #6C1392;
}
.TagClassName
{
border-color: #6C1392;
}
</style>