Shades of Purple #67127B
Tints of Purple #67127B
RGB
CMYK
RGB Variations
Color information
#67127B (or 0x67127B) is known color: Purple. HEX triplet: 67, 12 and 7B. RGB value is (103,18,123). Sum of RGB (Red+Green+Blue) = 103+18+123=244 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.21% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 123 (48.44% from 255 or 50.41% from 244); Max value from RGB is 123 - color contains mainly: blue. Hex color #67127B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67127B is #98ED84. Grayscale: #373737. Windows color (decimal): -10022277 or 8065639. OLE color: 8065639.
HSL color Cylindrical-coordinate representation of color #67127B: hue angle of 288.57º 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 #67127B is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 18 | 123 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.52 |
| HSL | 288.57º | 0.74% | 0.28% | - |
| HSV(B) | 288.57º | 0.85% | 0.48% | - |
| XYZ | 9.38 | 4.75 | 19.16 | - |
| YUV | 55.39 | 166.16 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 18 | 123 | 0.16 | 0.85 | 0 | 0.52 | 288.57 | 0.74 | 0.28 |
| Hex | 67 | 12 | 7B | 10 | 55 | 0 | 34 | 121 | 4A | 1C |
| Octal | 147 | 22 | 173 | 20 | 125 | 0 | 64 | 441 | 112 | 34 |
| Binary | 1100111 | 10010 | 1111011 | 10000 | 1010101 | 0 | 110100 | 100100001 | 1001010 | 11100 |
Color Harmonies of #67127B
Complementary color
Monochromatic Colors of #67127B
Black with #67127B
Text Example
Text Example
White with #67127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67127B; }
p { color: rgb(103,18,123); }
H1.HeaderClassName
{
color: #67127B;
}
.AnyTagClassName
{
color: #67127B;
}
</style>
background-color css
<style>
a { background-color: #67127B; }
a { background-color: rgb(103,18,123); }
div.DivClassName
{
background-color: #67127B;
}
.BgClassName
{
background-color: #67127B;
}
</style>
border-color css
<style>
span { border-color: #67127B; }
span { border-color: rgb(103,18,123); }
td.TdClassName
{
border-color: #67127B;
}
.TagClassName
{
border-color: #67127B;
}
</style>