Shades of Purple #6B018D
Tints of Purple #6B018D
RGB
CMYK
RGB Variations
Color information
#6B018D (or 0x6B018D) is known color: Purple. HEX triplet: 6B, 01 and 8D. RGB value is (107,1,141). Sum of RGB (Red+Green+Blue) = 107+1+141=249 (32% of max value = 765). Red value is 107 (42.19% from 255 or 42.97% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #6B018D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B018D is #94FE72. Grayscale: #303030. Windows color (decimal): -9764467 or 9240939. OLE color: 9240939.
HSL color Cylindrical-coordinate representation of color #6B018D: hue angle of 285.43º 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 #6B018D is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 1 | 141 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.45 |
| HSL | 285.43º | 0.99% | 0.28% | - |
| HSV(B) | 285.43º | 0.99% | 0.55% | - |
| XYZ | 10.88 | 5.07 | 25.6 | - |
| YUV | 48.65 | 180.12 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 1 | 141 | 0.24 | 0.99 | 0 | 0.45 | 285.43 | 0.99 | 0.28 |
| Hex | 6B | 1 | 8D | 18 | 63 | 0 | 2D | 11D | 63 | 1C |
| Octal | 153 | 1 | 215 | 30 | 143 | 0 | 55 | 435 | 143 | 34 |
| Binary | 1101011 | 1 | 10001101 | 11000 | 1100011 | 0 | 101101 | 100011101 | 1100011 | 11100 |
Color Harmonies of #6B018D
Complementary color
Monochromatic Colors of #6B018D
Black with #6B018D
Text Example
Text Example
White with #6B018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B018D; }
p { color: rgb(107,1,141); }
H1.HeaderClassName
{
color: #6B018D;
}
.AnyTagClassName
{
color: #6B018D;
}
</style>
background-color css
<style>
a { background-color: #6B018D; }
a { background-color: rgb(107,1,141); }
div.DivClassName
{
background-color: #6B018D;
}
.BgClassName
{
background-color: #6B018D;
}
</style>
border-color css
<style>
span { border-color: #6B018D; }
span { border-color: rgb(107,1,141); }
td.TdClassName
{
border-color: #6B018D;
}
.TagClassName
{
border-color: #6B018D;
}
</style>