Shades of Purple #6C0169
Tints of Purple #6C0169
RGB
CMYK
RGB Variations
Color information
#6C0169 (or 0x6C0169) is known color: Purple. HEX triplet: 6C, 01 and 69. RGB value is (108,1,105). Sum of RGB (Red+Green+Blue) = 108+1+105=214 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.47% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0169 is #93FE96. Grayscale: #2C2C2C. Windows color (decimal): -9698967 or 6881644. OLE color: 6881644.
HSL color Cylindrical-coordinate representation of color #6C0169: hue angle of 301.68º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C0169 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 1 | 105 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.58 |
| HSL | 301.68º | 0.98% | 0.21% | - |
| HSV(B) | 301.68º | 0.99% | 0.42% | - |
| XYZ | 8.74 | 4.23 | 13.72 | - |
| YUV | 44.85 | 161.95 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 1 | 105 | 0 | 0.99 | 0.03 | 0.58 | 301.68 | 0.98 | 0.21 |
| Hex | 6C | 1 | 69 | 0 | 63 | 3 | 3A | 12E | 62 | 15 |
| Octal | 154 | 1 | 151 | 0 | 143 | 3 | 72 | 456 | 142 | 25 |
| Binary | 1101100 | 1 | 1101001 | 0 | 1100011 | 11 | 111010 | 100101110 | 1100010 | 10101 |
Color Harmonies of #6C0169
Complementary color
Monochromatic Colors of #6C0169
Black with #6C0169
Text Example
Text Example
White with #6C0169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0169; }
p { color: rgb(108,1,105); }
H1.HeaderClassName
{
color: #6C0169;
}
.AnyTagClassName
{
color: #6C0169;
}
</style>
background-color css
<style>
a { background-color: #6C0169; }
a { background-color: rgb(108,1,105); }
div.DivClassName
{
background-color: #6C0169;
}
.BgClassName
{
background-color: #6C0169;
}
</style>
border-color css
<style>
span { border-color: #6C0169; }
span { border-color: rgb(108,1,105); }
td.TdClassName
{
border-color: #6C0169;
}
.TagClassName
{
border-color: #6C0169;
}
</style>