Shades of Purple #6D018C
Tints of Purple #6D018C
RGB
CMYK
RGB Variations
Color information
#6D018C (or 0x6D018C) is known color: Purple. HEX triplet: 6D, 01 and 8C. RGB value is (109,1,140). Sum of RGB (Red+Green+Blue) = 109+1+140=250 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.6% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 140 (55.08% from 255 or 56% from 250); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D018C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D018C is #92FE73. Grayscale: #303030. Windows color (decimal): -9633396 or 9175405. OLE color: 9175405.
HSL color Cylindrical-coordinate representation of color #6D018C: hue angle of 286.62º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D018C is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 1 | 140 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.45 |
| HSL | 286.62º | 0.99% | 0.28% | - |
| HSV(B) | 286.62º | 0.99% | 0.55% | - |
| XYZ | 11.05 | 5.17 | 25.23 | - |
| YUV | 49.14 | 179.28 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 1 | 140 | 0.22 | 0.99 | 0 | 0.45 | 286.62 | 0.99 | 0.28 |
| Hex | 6D | 1 | 8C | 16 | 63 | 0 | 2D | 11F | 63 | 1C |
| Octal | 155 | 1 | 214 | 26 | 143 | 0 | 55 | 437 | 143 | 34 |
| Binary | 1101101 | 1 | 10001100 | 10110 | 1100011 | 0 | 101101 | 100011111 | 1100011 | 11100 |
Color Harmonies of #6D018C
Complementary color
Monochromatic Colors of #6D018C
Black with #6D018C
Text Example
Text Example
White with #6D018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D018C; }
p { color: rgb(109,1,140); }
H1.HeaderClassName
{
color: #6D018C;
}
.AnyTagClassName
{
color: #6D018C;
}
</style>
background-color css
<style>
a { background-color: #6D018C; }
a { background-color: rgb(109,1,140); }
div.DivClassName
{
background-color: #6D018C;
}
.BgClassName
{
background-color: #6D018C;
}
</style>
border-color css
<style>
span { border-color: #6D018C; }
span { border-color: rgb(109,1,140); }
td.TdClassName
{
border-color: #6D018C;
}
.TagClassName
{
border-color: #6D018C;
}
</style>