Shades of Purple #67096D
Tints of Purple #67096D
RGB
CMYK
RGB Variations
Color information
#67096D (or 0x67096D) is known color: Purple. HEX triplet: 67, 09 and 6D. RGB value is (103,9,109). Sum of RGB (Red+Green+Blue) = 103+9+109=221 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.61% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #67096D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67096D is #98F692. Grayscale: #303030. Windows color (decimal): -10024595 or 7145831. OLE color: 7145831.
HSL color Cylindrical-coordinate representation of color #67096D: hue angle of 296.4º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #67096D is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 9 | 109 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.57 |
| HSL | 296.4º | 0.85% | 0.23% | - |
| HSV(B) | 296.4º | 0.92% | 0.43% | - |
| XYZ | 8.45 | 4.18 | 14.83 | - |
| YUV | 48.51 | 162.14 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 9 | 109 | 0.06 | 0.92 | 0 | 0.57 | 296.4 | 0.85 | 0.23 |
| Hex | 67 | 9 | 6D | 6 | 5C | 0 | 39 | 128 | 55 | 17 |
| Octal | 147 | 11 | 155 | 6 | 134 | 0 | 71 | 450 | 125 | 27 |
| Binary | 1100111 | 1001 | 1101101 | 110 | 1011100 | 0 | 111001 | 100101000 | 1010101 | 10111 |
Color Harmonies of #67096D
Complementary color
Monochromatic Colors of #67096D
Black with #67096D
Text Example
Text Example
White with #67096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67096D; }
p { color: rgb(103,9,109); }
H1.HeaderClassName
{
color: #67096D;
}
.AnyTagClassName
{
color: #67096D;
}
</style>
background-color css
<style>
a { background-color: #67096D; }
a { background-color: rgb(103,9,109); }
div.DivClassName
{
background-color: #67096D;
}
.BgClassName
{
background-color: #67096D;
}
</style>
border-color css
<style>
span { border-color: #67096D; }
span { border-color: rgb(103,9,109); }
td.TdClassName
{
border-color: #67096D;
}
.TagClassName
{
border-color: #67096D;
}
</style>