Shades of Purple #6B018B
Tints of Purple #6B018B
RGB
CMYK
RGB Variations
Color information
#6B018B (or 0x6B018B) is known color: Purple. HEX triplet: 6B, 01 and 8B. RGB value is (107,1,139). Sum of RGB (Red+Green+Blue) = 107+1+139=247 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.32% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B018B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B018B is #94FE74. Grayscale: #2F2F2F. Windows color (decimal): -9764469 or 9109867. OLE color: 9109867.
HSL color Cylindrical-coordinate representation of color #6B018B: hue angle of 286.09º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B018B is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 1 | 139 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.45 |
| HSL | 286.09º | 0.99% | 0.27% | - |
| HSV(B) | 286.09º | 0.99% | 0.55% | - |
| XYZ | 10.73 | 5.01 | 24.83 | - |
| YUV | 48.43 | 179.12 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 1 | 139 | 0.23 | 0.99 | 0 | 0.45 | 286.09 | 0.99 | 0.27 |
| Hex | 6B | 1 | 8B | 17 | 63 | 0 | 2D | 11E | 63 | 1B |
| Octal | 153 | 1 | 213 | 27 | 143 | 0 | 55 | 436 | 143 | 33 |
| Binary | 1101011 | 1 | 10001011 | 10111 | 1100011 | 0 | 101101 | 100011110 | 1100011 | 11011 |
Color Harmonies of #6B018B
Complementary color
Monochromatic Colors of #6B018B
Black with #6B018B
Text Example
Text Example
White with #6B018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B018B; }
p { color: rgb(107,1,139); }
H1.HeaderClassName
{
color: #6B018B;
}
.AnyTagClassName
{
color: #6B018B;
}
</style>
background-color css
<style>
a { background-color: #6B018B; }
a { background-color: rgb(107,1,139); }
div.DivClassName
{
background-color: #6B018B;
}
.BgClassName
{
background-color: #6B018B;
}
</style>
border-color css
<style>
span { border-color: #6B018B; }
span { border-color: rgb(107,1,139); }
td.TdClassName
{
border-color: #6B018B;
}
.TagClassName
{
border-color: #6B018B;
}
</style>