Shades of Purple #67097C
Tints of Purple #67097C
RGB
CMYK
RGB Variations
Color information
#67097C (or 0x67097C) is known color: Purple. HEX triplet: 67, 09 and 7C. RGB value is (103,9,124). Sum of RGB (Red+Green+Blue) = 103+9+124=236 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.64% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #67097C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67097C is #98F683. Grayscale: #313131. Windows color (decimal): -10024580 or 8128871. OLE color: 8128871.
HSL color Cylindrical-coordinate representation of color #67097C: hue angle of 289.04º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #67097C is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 9 | 124 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.51 |
| HSL | 289.04º | 0.86% | 0.26% | - |
| HSV(B) | 289.04º | 0.93% | 0.49% | - |
| XYZ | 9.33 | 4.53 | 19.45 | - |
| YUV | 50.22 | 169.64 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 9 | 124 | 0.17 | 0.93 | 0 | 0.51 | 289.04 | 0.86 | 0.26 |
| Hex | 67 | 9 | 7C | 11 | 5D | 0 | 33 | 121 | 56 | 1A |
| Octal | 147 | 11 | 174 | 21 | 135 | 0 | 63 | 441 | 126 | 32 |
| Binary | 1100111 | 1001 | 1111100 | 10001 | 1011101 | 0 | 110011 | 100100001 | 1010110 | 11010 |
Color Harmonies of #67097C
Complementary color
Monochromatic Colors of #67097C
Black with #67097C
Text Example
Text Example
White with #67097C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67097C; }
p { color: rgb(103,9,124); }
H1.HeaderClassName
{
color: #67097C;
}
.AnyTagClassName
{
color: #67097C;
}
</style>
background-color css
<style>
a { background-color: #67097C; }
a { background-color: rgb(103,9,124); }
div.DivClassName
{
background-color: #67097C;
}
.BgClassName
{
background-color: #67097C;
}
</style>
border-color css
<style>
span { border-color: #67097C; }
span { border-color: rgb(103,9,124); }
td.TdClassName
{
border-color: #67097C;
}
.TagClassName
{
border-color: #67097C;
}
</style>