Shades of Purple #6A127B
Tints of Purple #6A127B
RGB
CMYK
RGB Variations
Color information
#6A127B (or 0x6A127B) is known color: Purple. HEX triplet: 6A, 12 and 7B. RGB value is (106,18,123). Sum of RGB (Red+Green+Blue) = 106+18+123=247 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.91% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #6A127B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A127B is #95ED84. Grayscale: #373737. Windows color (decimal): -9825669 or 8065642. OLE color: 8065642.
HSL color Cylindrical-coordinate representation of color #6A127B: hue angle of 290.29º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A127B is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 106 | 18 | 123 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.52 |
| HSL | 290.29º | 0.74% | 0.28% | - |
| HSV(B) | 290.29º | 0.85% | 0.48% | - |
| XYZ | 9.74 | 4.93 | 19.18 | - |
| YUV | 56.28 | 165.65 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 18 | 123 | 0.14 | 0.85 | 0 | 0.52 | 290.29 | 0.74 | 0.28 |
| Hex | 6A | 12 | 7B | E | 55 | 0 | 34 | 122 | 4A | 1C |
| Octal | 152 | 22 | 173 | 16 | 125 | 0 | 64 | 442 | 112 | 34 |
| Binary | 1101010 | 10010 | 1111011 | 1110 | 1010101 | 0 | 110100 | 100100010 | 1001010 | 11100 |
Color Harmonies of #6A127B
Complementary color
Monochromatic Colors of #6A127B
Black with #6A127B
Text Example
Text Example
White with #6A127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A127B; }
p { color: rgb(106,18,123); }
H1.HeaderClassName
{
color: #6A127B;
}
.AnyTagClassName
{
color: #6A127B;
}
</style>
background-color css
<style>
a { background-color: #6A127B; }
a { background-color: rgb(106,18,123); }
div.DivClassName
{
background-color: #6A127B;
}
.BgClassName
{
background-color: #6A127B;
}
</style>
border-color css
<style>
span { border-color: #6A127B; }
span { border-color: rgb(106,18,123); }
td.TdClassName
{
border-color: #6A127B;
}
.TagClassName
{
border-color: #6A127B;
}
</style>