Shades of Purple #67127C
Tints of Purple #67127C
RGB
CMYK
RGB Variations
Color information
#67127C (or 0x67127C) is known color: Purple. HEX triplet: 67, 12 and 7C. RGB value is (103,18,124). Sum of RGB (Red+Green+Blue) = 103+18+124=245 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.04% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #67127C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67127C is #98ED83. Grayscale: #373737. Windows color (decimal): -10022276 or 8131175. OLE color: 8131175.
HSL color Cylindrical-coordinate representation of color #67127C: hue angle of 288.11º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #67127C is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 18 | 124 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.51 |
| HSL | 288.11º | 0.75% | 0.28% | - |
| HSV(B) | 288.11º | 0.85% | 0.49% | - |
| XYZ | 9.45 | 4.77 | 19.49 | - |
| YUV | 55.5 | 166.66 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 18 | 124 | 0.17 | 0.85 | 0 | 0.51 | 288.11 | 0.75 | 0.28 |
| Hex | 67 | 12 | 7C | 11 | 55 | 0 | 33 | 120 | 4B | 1C |
| Octal | 147 | 22 | 174 | 21 | 125 | 0 | 63 | 440 | 113 | 34 |
| Binary | 1100111 | 10010 | 1111100 | 10001 | 1010101 | 0 | 110011 | 100100000 | 1001011 | 11100 |
Color Harmonies of #67127C
Complementary color
Monochromatic Colors of #67127C
Black with #67127C
Text Example
Text Example
White with #67127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67127C; }
p { color: rgb(103,18,124); }
H1.HeaderClassName
{
color: #67127C;
}
.AnyTagClassName
{
color: #67127C;
}
</style>
background-color css
<style>
a { background-color: #67127C; }
a { background-color: rgb(103,18,124); }
div.DivClassName
{
background-color: #67127C;
}
.BgClassName
{
background-color: #67127C;
}
</style>
border-color css
<style>
span { border-color: #67127C; }
span { border-color: rgb(103,18,124); }
td.TdClassName
{
border-color: #67127C;
}
.TagClassName
{
border-color: #67127C;
}
</style>