Shades of Purple #6C0165
Tints of Purple #6C0165
RGB
CMYK
RGB Variations
Color information
#6C0165 (or 0x6C0165) is known color: Purple. HEX triplet: 6C, 01 and 65. RGB value is (108,1,101). Sum of RGB (Red+Green+Blue) = 108+1+101=210 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.43% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0165 is #93FE9A. Grayscale: #2C2C2C. Windows color (decimal): -9698971 or 6619500. OLE color: 6619500.
HSL color Cylindrical-coordinate representation of color #6C0165: hue angle of 303.93º 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 #6C0165 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 1 | 101 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.58 |
| HSL | 303.93º | 0.98% | 0.21% | - |
| HSV(B) | 303.93º | 0.99% | 0.42% | - |
| XYZ | 8.54 | 4.15 | 12.66 | - |
| YUV | 44.39 | 159.95 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 1 | 101 | 0 | 0.99 | 0.06 | 0.58 | 303.93 | 0.98 | 0.21 |
| Hex | 6C | 1 | 65 | 0 | 63 | 6 | 3A | 130 | 62 | 15 |
| Octal | 154 | 1 | 145 | 0 | 143 | 6 | 72 | 460 | 142 | 25 |
| Binary | 1101100 | 1 | 1100101 | 0 | 1100011 | 110 | 111010 | 100110000 | 1100010 | 10101 |
Color Harmonies of #6C0165
Complementary color
Monochromatic Colors of #6C0165
Black with #6C0165
Text Example
Text Example
White with #6C0165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0165; }
p { color: rgb(108,1,101); }
H1.HeaderClassName
{
color: #6C0165;
}
.AnyTagClassName
{
color: #6C0165;
}
</style>
background-color css
<style>
a { background-color: #6C0165; }
a { background-color: rgb(108,1,101); }
div.DivClassName
{
background-color: #6C0165;
}
.BgClassName
{
background-color: #6C0165;
}
</style>
border-color css
<style>
span { border-color: #6C0165; }
span { border-color: rgb(108,1,101); }
td.TdClassName
{
border-color: #6C0165;
}
.TagClassName
{
border-color: #6C0165;
}
</style>