Shades of Purple #670C74
Tints of Purple #670C74
RGB
CMYK
RGB Variations
Color information
#670C74 (or 0x670C74) is known color: Purple. HEX triplet: 67, 0C and 74. RGB value is (103,12,116). Sum of RGB (Red+Green+Blue) = 103+12+116=231 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.59% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 116 (45.70% from 255 or 50.22% from 231); Max value from RGB is 116 - color contains mainly: blue. Hex color #670C74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670C74 is #98F38B. Grayscale: #323232. Windows color (decimal): -10023820 or 7605351. OLE color: 7605351.
HSL color Cylindrical-coordinate representation of color #670C74: hue angle of 292.5º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #670C74 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 12 | 116 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.55 |
| HSL | 292.5º | 0.81% | 0.25% | - |
| HSV(B) | 292.5º | 0.9% | 0.45% | - |
| XYZ | 8.88 | 4.41 | 16.91 | - |
| YUV | 51.07 | 164.65 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 12 | 116 | 0.11 | 0.90 | 0 | 0.55 | 292.5 | 0.81 | 0.25 |
| Hex | 67 | C | 74 | B | 5A | 0 | 37 | 124 | 51 | 19 |
| Octal | 147 | 14 | 164 | 13 | 132 | 0 | 67 | 444 | 121 | 31 |
| Binary | 1100111 | 1100 | 1110100 | 1011 | 1011010 | 0 | 110111 | 100100100 | 1010001 | 11001 |
Color Harmonies of #670C74
Complementary color
Monochromatic Colors of #670C74
Black with #670C74
Text Example
Text Example
White with #670C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670C74; }
p { color: rgb(103,12,116); }
H1.HeaderClassName
{
color: #670C74;
}
.AnyTagClassName
{
color: #670C74;
}
</style>
background-color css
<style>
a { background-color: #670C74; }
a { background-color: rgb(103,12,116); }
div.DivClassName
{
background-color: #670C74;
}
.BgClassName
{
background-color: #670C74;
}
</style>
border-color css
<style>
span { border-color: #670C74; }
span { border-color: rgb(103,12,116); }
td.TdClassName
{
border-color: #670C74;
}
.TagClassName
{
border-color: #670C74;
}
</style>