Shades of Purple #6D019C
Tints of Purple #6D019C
RGB
CMYK
RGB Variations
Color information
#6D019C (or 0x6D019C) is known color: Purple. HEX triplet: 6D, 01 and 9C. RGB value is (109,1,156). Sum of RGB (Red+Green+Blue) = 109+1+156=266 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.98% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 156 (61.33% from 255 or 58.65% from 266); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D019C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D019C is #92FE63. Grayscale: #323232. Windows color (decimal): -9633380 or 10223981. OLE color: 10223981.
HSL color Cylindrical-coordinate representation of color #6D019C: hue angle of 281.81º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D019C is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 1 | 156 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.39 |
| HSL | 281.81º | 0.99% | 0.31% | - |
| HSV(B) | 281.81º | 0.99% | 0.61% | - |
| XYZ | 12.32 | 5.67 | 31.9 | - |
| YUV | 50.96 | 187.28 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 1 | 156 | 0.30 | 0.99 | 0 | 0.39 | 281.81 | 0.99 | 0.31 |
| Hex | 6D | 1 | 9C | 1E | 63 | 0 | 27 | 11A | 63 | 1F |
| Octal | 155 | 1 | 234 | 36 | 143 | 0 | 47 | 432 | 143 | 37 |
| Binary | 1101101 | 1 | 10011100 | 11110 | 1100011 | 0 | 100111 | 100011010 | 1100011 | 11111 |
Color Harmonies of #6D019C
Complementary color
Monochromatic Colors of #6D019C
Black with #6D019C
Text Example
Text Example
White with #6D019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D019C; }
p { color: rgb(109,1,156); }
H1.HeaderClassName
{
color: #6D019C;
}
.AnyTagClassName
{
color: #6D019C;
}
</style>
background-color css
<style>
a { background-color: #6D019C; }
a { background-color: rgb(109,1,156); }
div.DivClassName
{
background-color: #6D019C;
}
.BgClassName
{
background-color: #6D019C;
}
</style>
border-color css
<style>
span { border-color: #6D019C; }
span { border-color: rgb(109,1,156); }
td.TdClassName
{
border-color: #6D019C;
}
.TagClassName
{
border-color: #6D019C;
}
</style>