Shades of Purple #6A147B
Tints of Purple #6A147B
RGB
CMYK
RGB Variations
Color information
#6A147B (or 0x6A147B) is known color: Purple. HEX triplet: 6A, 14 and 7B. RGB value is (106,20,123). Sum of RGB (Red+Green+Blue) = 106+20+123=249 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.57% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 123 (48.44% from 255 or 49.40% from 249); Max value from RGB is 123 - color contains mainly: blue. Hex color #6A147B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A147B is #95EB84. Grayscale: #393939. Windows color (decimal): -9825157 or 8066154. OLE color: 8066154.
HSL color Cylindrical-coordinate representation of color #6A147B: hue angle of 290.1º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A147B is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 106 | 20 | 123 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.52 |
| HSL | 290.1º | 0.72% | 0.28% | - |
| HSV(B) | 290.1º | 0.84% | 0.48% | - |
| XYZ | 9.77 | 4.99 | 19.19 | - |
| YUV | 57.46 | 164.99 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 20 | 123 | 0.14 | 0.84 | 0 | 0.52 | 290.1 | 0.72 | 0.28 |
| Hex | 6A | 14 | 7B | E | 54 | 0 | 34 | 122 | 48 | 1C |
| Octal | 152 | 24 | 173 | 16 | 124 | 0 | 64 | 442 | 110 | 34 |
| Binary | 1101010 | 10100 | 1111011 | 1110 | 1010100 | 0 | 110100 | 100100010 | 1001000 | 11100 |
Color Harmonies of #6A147B
Complementary color
Monochromatic Colors of #6A147B
Black with #6A147B
Text Example
Text Example
White with #6A147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A147B; }
p { color: rgb(106,20,123); }
H1.HeaderClassName
{
color: #6A147B;
}
.AnyTagClassName
{
color: #6A147B;
}
</style>
background-color css
<style>
a { background-color: #6A147B; }
a { background-color: rgb(106,20,123); }
div.DivClassName
{
background-color: #6A147B;
}
.BgClassName
{
background-color: #6A147B;
}
</style>
border-color css
<style>
span { border-color: #6A147B; }
span { border-color: rgb(106,20,123); }
td.TdClassName
{
border-color: #6A147B;
}
.TagClassName
{
border-color: #6A147B;
}
</style>