Shades of Purple #6B127F
Tints of Purple #6B127F
RGB
CMYK
RGB Variations
Color information
#6B127F (or 0x6B127F) is known color: Purple. HEX triplet: 6B, 12 and 7F. RGB value is (107,18,127). Sum of RGB (Red+Green+Blue) = 107+18+127=252 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.46% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 127 (50% from 255 or 50.40% from 252); Max value from RGB is 127 - color contains mainly: blue. Hex color #6B127F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B127F is #94ED80. Grayscale: #383838. Windows color (decimal): -9760129 or 8327787. OLE color: 8327787.
HSL color Cylindrical-coordinate representation of color #6B127F: hue angle of 288.99º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B127F is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 107 | 18 | 127 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.50 |
| HSL | 288.99º | 0.75% | 0.28% | - |
| HSV(B) | 288.99º | 0.86% | 0.5% | - |
| XYZ | 10.11 | 5.09 | 20.53 | - |
| YUV | 57.04 | 167.49 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 18 | 127 | 0.16 | 0.86 | 0 | 0.50 | 288.99 | 0.75 | 0.28 |
| Hex | 6B | 12 | 7F | 10 | 56 | 0 | 32 | 121 | 4B | 1C |
| Octal | 153 | 22 | 177 | 20 | 126 | 0 | 62 | 441 | 113 | 34 |
| Binary | 1101011 | 10010 | 1111111 | 10000 | 1010110 | 0 | 110010 | 100100001 | 1001011 | 11100 |
Color Harmonies of #6B127F
Complementary color
Monochromatic Colors of #6B127F
Black with #6B127F
Text Example
Text Example
White with #6B127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B127F; }
p { color: rgb(107,18,127); }
H1.HeaderClassName
{
color: #6B127F;
}
.AnyTagClassName
{
color: #6B127F;
}
</style>
background-color css
<style>
a { background-color: #6B127F; }
a { background-color: rgb(107,18,127); }
div.DivClassName
{
background-color: #6B127F;
}
.BgClassName
{
background-color: #6B127F;
}
</style>
border-color css
<style>
span { border-color: #6B127F; }
span { border-color: rgb(107,18,127); }
td.TdClassName
{
border-color: #6B127F;
}
.TagClassName
{
border-color: #6B127F;
}
</style>