Shades of Purple #67076E
Tints of Purple #67076E
RGB
CMYK
RGB Variations
Color information
#67076E (or 0x67076E) is known color: Purple. HEX triplet: 67, 07 and 6E. RGB value is (103,7,110). Sum of RGB (Red+Green+Blue) = 103+7+110=220 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.82% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #67076E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67076E is #98F891. Grayscale: #2F2F2F. Windows color (decimal): -10025106 or 7210855. OLE color: 7210855.
HSL color Cylindrical-coordinate representation of color #67076E: hue angle of 295.92º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #67076E is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 7 | 110 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.57 |
| HSL | 295.92º | 0.88% | 0.23% | - |
| HSV(B) | 295.92º | 0.94% | 0.43% | - |
| XYZ | 8.48 | 4.16 | 15.11 | - |
| YUV | 47.45 | 163.3 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 7 | 110 | 0.06 | 0.94 | 0 | 0.57 | 295.92 | 0.88 | 0.23 |
| Hex | 67 | 7 | 6E | 6 | 5E | 0 | 39 | 128 | 58 | 17 |
| Octal | 147 | 7 | 156 | 6 | 136 | 0 | 71 | 450 | 130 | 27 |
| Binary | 1100111 | 111 | 1101110 | 110 | 1011110 | 0 | 111001 | 100101000 | 1011000 | 10111 |
Color Harmonies of #67076E
Complementary color
Monochromatic Colors of #67076E
Black with #67076E
Text Example
Text Example
White with #67076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67076E; }
p { color: rgb(103,7,110); }
H1.HeaderClassName
{
color: #67076E;
}
.AnyTagClassName
{
color: #67076E;
}
</style>
background-color css
<style>
a { background-color: #67076E; }
a { background-color: rgb(103,7,110); }
div.DivClassName
{
background-color: #67076E;
}
.BgClassName
{
background-color: #67076E;
}
</style>
border-color css
<style>
span { border-color: #67076E; }
span { border-color: rgb(103,7,110); }
td.TdClassName
{
border-color: #67076E;
}
.TagClassName
{
border-color: #67076E;
}
</style>