Shades of Purple #67096B
Tints of Purple #67096B
RGB
CMYK
RGB Variations
Color information
#67096B (or 0x67096B) is known color: Purple. HEX triplet: 67, 09 and 6B. RGB value is (103,9,107). Sum of RGB (Red+Green+Blue) = 103+9+107=219 (29% of max value = 765). Red value is 103 (40.62% from 255 or 47.03% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 107 - color contains mainly: blue. Hex color #67096B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67096B is #98F694. Grayscale: #2F2F2F. Windows color (decimal): -10024597 or 7014759. OLE color: 7014759.
HSL color Cylindrical-coordinate representation of color #67096B: hue angle of 297.55º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #67096B is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 9 | 107 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.58 |
| HSL | 297.55º | 0.84% | 0.23% | - |
| HSV(B) | 297.55º | 0.92% | 0.42% | - |
| XYZ | 8.35 | 4.14 | 14.27 | - |
| YUV | 48.28 | 161.14 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 9 | 107 | 0.04 | 0.92 | 0 | 0.58 | 297.55 | 0.84 | 0.23 |
| Hex | 67 | 9 | 6B | 4 | 5C | 0 | 3A | 12A | 54 | 17 |
| Octal | 147 | 11 | 153 | 4 | 134 | 0 | 72 | 452 | 124 | 27 |
| Binary | 1100111 | 1001 | 1101011 | 100 | 1011100 | 0 | 111010 | 100101010 | 1010100 | 10111 |
Color Harmonies of #67096B
Complementary color
Monochromatic Colors of #67096B
Black with #67096B
Text Example
Text Example
White with #67096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67096B; }
p { color: rgb(103,9,107); }
H1.HeaderClassName
{
color: #67096B;
}
.AnyTagClassName
{
color: #67096B;
}
</style>
background-color css
<style>
a { background-color: #67096B; }
a { background-color: rgb(103,9,107); }
div.DivClassName
{
background-color: #67096B;
}
.BgClassName
{
background-color: #67096B;
}
</style>
border-color css
<style>
span { border-color: #67096B; }
span { border-color: rgb(103,9,107); }
td.TdClassName
{
border-color: #67096B;
}
.TagClassName
{
border-color: #67096B;
}
</style>