Shades of Purple #6A018B
Tints of Purple #6A018B
RGB
CMYK
RGB Variations
Color information
#6A018B (or 0x6A018B) is known color: Purple. HEX triplet: 6A, 01 and 8B. RGB value is (106,1,139). Sum of RGB (Red+Green+Blue) = 106+1+139=246 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.09% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #6A018B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A018B is #95FE74. Grayscale: #2F2F2F. Windows color (decimal): -9830005 or 9109866. OLE color: 9109866.
HSL color Cylindrical-coordinate representation of color #6A018B: hue angle of 285.65º 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 #6A018B is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 1 | 139 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.45 |
| HSL | 285.65º | 0.99% | 0.27% | - |
| HSV(B) | 285.65º | 0.99% | 0.55% | - |
| XYZ | 10.61 | 4.95 | 24.82 | - |
| YUV | 48.13 | 179.29 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 1 | 139 | 0.24 | 0.99 | 0 | 0.45 | 285.65 | 0.99 | 0.27 |
| Hex | 6A | 1 | 8B | 18 | 63 | 0 | 2D | 11E | 63 | 1B |
| Octal | 152 | 1 | 213 | 30 | 143 | 0 | 55 | 436 | 143 | 33 |
| Binary | 1101010 | 1 | 10001011 | 11000 | 1100011 | 0 | 101101 | 100011110 | 1100011 | 11011 |
Color Harmonies of #6A018B
Complementary color
Monochromatic Colors of #6A018B
Black with #6A018B
Text Example
Text Example
White with #6A018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A018B; }
p { color: rgb(106,1,139); }
H1.HeaderClassName
{
color: #6A018B;
}
.AnyTagClassName
{
color: #6A018B;
}
</style>
background-color css
<style>
a { background-color: #6A018B; }
a { background-color: rgb(106,1,139); }
div.DivClassName
{
background-color: #6A018B;
}
.BgClassName
{
background-color: #6A018B;
}
</style>
border-color css
<style>
span { border-color: #6A018B; }
span { border-color: rgb(106,1,139); }
td.TdClassName
{
border-color: #6A018B;
}
.TagClassName
{
border-color: #6A018B;
}
</style>