Shades of Purple #6A048B
Tints of Purple #6A048B
RGB
CMYK
RGB Variations
Color information
#6A048B (or 0x6A048B) is known color: Purple. HEX triplet: 6A, 04 and 8B. RGB value is (106,4,139). Sum of RGB (Red+Green+Blue) = 106+4+139=249 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.57% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #6A048B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A048B is #95FB74. Grayscale: #313131. Windows color (decimal): -9829237 or 9110634. OLE color: 9110634.
HSL color Cylindrical-coordinate representation of color #6A048B: hue angle of 285.33º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A048B is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 4 | 139 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.45 |
| HSL | 285.33º | 0.94% | 0.28% | - |
| HSV(B) | 285.33º | 0.97% | 0.55% | - |
| XYZ | 10.65 | 5.02 | 24.83 | - |
| YUV | 49.89 | 178.29 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 4 | 139 | 0.24 | 0.97 | 0 | 0.45 | 285.33 | 0.94 | 0.28 |
| Hex | 6A | 4 | 8B | 18 | 61 | 0 | 2D | 11D | 5E | 1C |
| Octal | 152 | 4 | 213 | 30 | 141 | 0 | 55 | 435 | 136 | 34 |
| Binary | 1101010 | 100 | 10001011 | 11000 | 1100001 | 0 | 101101 | 100011101 | 1011110 | 11100 |
Color Harmonies of #6A048B
Complementary color
Monochromatic Colors of #6A048B
Black with #6A048B
Text Example
Text Example
White with #6A048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A048B; }
p { color: rgb(106,4,139); }
H1.HeaderClassName
{
color: #6A048B;
}
.AnyTagClassName
{
color: #6A048B;
}
</style>
background-color css
<style>
a { background-color: #6A048B; }
a { background-color: rgb(106,4,139); }
div.DivClassName
{
background-color: #6A048B;
}
.BgClassName
{
background-color: #6A048B;
}
</style>
border-color css
<style>
span { border-color: #6A048B; }
span { border-color: rgb(106,4,139); }
td.TdClassName
{
border-color: #6A048B;
}
.TagClassName
{
border-color: #6A048B;
}
</style>