Shades of Purple #6C0F91
Tints of Purple #6C0F91
RGB
CMYK
RGB Variations
Color information
#6C0F91 (or 0x6C0F91) is known color: Purple. HEX triplet: 6C, 0F and 91. RGB value is (108,15,145). Sum of RGB (Red+Green+Blue) = 108+15+145=268 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.30% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #6C0F91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0F91 is #93F06E. Grayscale: #393939. Windows color (decimal): -9695343 or 9506668. OLE color: 9506668.
HSL color Cylindrical-coordinate representation of color #6C0F91: hue angle of 282.92º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C0F91 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 108 | 15 | 145 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.43 |
| HSL | 282.92º | 0.81% | 0.31% | - |
| HSV(B) | 282.92º | 0.9% | 0.57% | - |
| XYZ | 11.47 | 5.57 | 27.26 | - |
| YUV | 57.63 | 177.31 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 15 | 145 | 0.26 | 0.90 | 0 | 0.43 | 282.92 | 0.81 | 0.31 |
| Hex | 6C | F | 91 | 1A | 5A | 0 | 2B | 11B | 51 | 1F |
| Octal | 154 | 17 | 221 | 32 | 132 | 0 | 53 | 433 | 121 | 37 |
| Binary | 1101100 | 1111 | 10010001 | 11010 | 1011010 | 0 | 101011 | 100011011 | 1010001 | 11111 |
Color Harmonies of #6C0F91
Complementary color
Monochromatic Colors of #6C0F91
Black with #6C0F91
Text Example
Text Example
White with #6C0F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0F91; }
p { color: rgb(108,15,145); }
H1.HeaderClassName
{
color: #6C0F91;
}
.AnyTagClassName
{
color: #6C0F91;
}
</style>
background-color css
<style>
a { background-color: #6C0F91; }
a { background-color: rgb(108,15,145); }
div.DivClassName
{
background-color: #6C0F91;
}
.BgClassName
{
background-color: #6C0F91;
}
</style>
border-color css
<style>
span { border-color: #6C0F91; }
span { border-color: rgb(108,15,145); }
td.TdClassName
{
border-color: #6C0F91;
}
.TagClassName
{
border-color: #6C0F91;
}
</style>