Shades of Purple #6A148B
Tints of Purple #6A148B
RGB
CMYK
RGB Variations
Color information
#6A148B (or 0x6A148B) is known color: Purple. HEX triplet: 6A, 14 and 8B. RGB value is (106,20,139). Sum of RGB (Red+Green+Blue) = 106+20+139=265 (35% of max value = 765). Red value is 106 (41.80% from 255 or 40% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #6A148B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A148B is #95EB74. Grayscale: #3A3A3A. Windows color (decimal): -9825141 or 9114730. OLE color: 9114730.
HSL color Cylindrical-coordinate representation of color #6A148B: hue angle of 283.36º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A148B is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 20 | 139 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.45 |
| HSL | 283.36º | 0.75% | 0.31% | - |
| HSV(B) | 283.36º | 0.86% | 0.55% | - |
| XYZ | 10.85 | 5.43 | 24.9 | - |
| YUV | 59.28 | 172.99 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 20 | 139 | 0.24 | 0.86 | 0 | 0.45 | 283.36 | 0.75 | 0.31 |
| Hex | 6A | 14 | 8B | 18 | 56 | 0 | 2D | 11B | 4B | 1F |
| Octal | 152 | 24 | 213 | 30 | 126 | 0 | 55 | 433 | 113 | 37 |
| Binary | 1101010 | 10100 | 10001011 | 11000 | 1010110 | 0 | 101101 | 100011011 | 1001011 | 11111 |
Color Harmonies of #6A148B
Complementary color
Monochromatic Colors of #6A148B
Black with #6A148B
Text Example
Text Example
White with #6A148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A148B; }
p { color: rgb(106,20,139); }
H1.HeaderClassName
{
color: #6A148B;
}
.AnyTagClassName
{
color: #6A148B;
}
</style>
background-color css
<style>
a { background-color: #6A148B; }
a { background-color: rgb(106,20,139); }
div.DivClassName
{
background-color: #6A148B;
}
.BgClassName
{
background-color: #6A148B;
}
</style>
border-color css
<style>
span { border-color: #6A148B; }
span { border-color: rgb(106,20,139); }
td.TdClassName
{
border-color: #6A148B;
}
.TagClassName
{
border-color: #6A148B;
}
</style>