Shades of Purple #67127D
Tints of Purple #67127D
RGB
CMYK
RGB Variations
Color information
#67127D (or 0x67127D) is known color: Purple. HEX triplet: 67, 12 and 7D. RGB value is (103,18,125). Sum of RGB (Red+Green+Blue) = 103+18+125=246 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.87% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #67127D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67127D is #98ED82. Grayscale: #373737. Windows color (decimal): -10022275 or 8196711. OLE color: 8196711.
HSL color Cylindrical-coordinate representation of color #67127D: hue angle of 287.66º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #67127D is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 18 | 125 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.51 |
| HSL | 287.66º | 0.75% | 0.28% | - |
| HSV(B) | 287.66º | 0.86% | 0.49% | - |
| XYZ | 9.51 | 4.8 | 19.83 | - |
| YUV | 55.61 | 167.16 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 18 | 125 | 0.18 | 0.86 | 0 | 0.51 | 287.66 | 0.75 | 0.28 |
| Hex | 67 | 12 | 7D | 12 | 56 | 0 | 33 | 120 | 4B | 1C |
| Octal | 147 | 22 | 175 | 22 | 126 | 0 | 63 | 440 | 113 | 34 |
| Binary | 1100111 | 10010 | 1111101 | 10010 | 1010110 | 0 | 110011 | 100100000 | 1001011 | 11100 |
Color Harmonies of #67127D
Complementary color
Monochromatic Colors of #67127D
Black with #67127D
Text Example
Text Example
White with #67127D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67127D; }
p { color: rgb(103,18,125); }
H1.HeaderClassName
{
color: #67127D;
}
.AnyTagClassName
{
color: #67127D;
}
</style>
background-color css
<style>
a { background-color: #67127D; }
a { background-color: rgb(103,18,125); }
div.DivClassName
{
background-color: #67127D;
}
.BgClassName
{
background-color: #67127D;
}
</style>
border-color css
<style>
span { border-color: #67127D; }
span { border-color: rgb(103,18,125); }
td.TdClassName
{
border-color: #67127D;
}
.TagClassName
{
border-color: #67127D;
}
</style>