Shades of Purple #670C7B
Tints of Purple #670C7B
RGB
CMYK
RGB Variations
Color information
#670C7B (or 0x670C7B) is known color: Purple. HEX triplet: 67, 0C and 7B. RGB value is (103,12,123). Sum of RGB (Red+Green+Blue) = 103+12+123=238 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.28% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #670C7B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670C7B is #98F384. Grayscale: #333333. Windows color (decimal): -10023813 or 8064103. OLE color: 8064103.
HSL color Cylindrical-coordinate representation of color #670C7B: hue angle of 289.19º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #670C7B is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 12 | 123 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.52 |
| HSL | 289.19º | 0.82% | 0.26% | - |
| HSV(B) | 289.19º | 0.9% | 0.48% | - |
| XYZ | 9.3 | 4.58 | 19.13 | - |
| YUV | 51.86 | 168.15 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 12 | 123 | 0.16 | 0.90 | 0 | 0.52 | 289.19 | 0.82 | 0.26 |
| Hex | 67 | C | 7B | 10 | 5A | 0 | 34 | 121 | 52 | 1A |
| Octal | 147 | 14 | 173 | 20 | 132 | 0 | 64 | 441 | 122 | 32 |
| Binary | 1100111 | 1100 | 1111011 | 10000 | 1011010 | 0 | 110100 | 100100001 | 1010010 | 11010 |
Color Harmonies of #670C7B
Complementary color
Monochromatic Colors of #670C7B
Black with #670C7B
Text Example
Text Example
White with #670C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670C7B; }
p { color: rgb(103,12,123); }
H1.HeaderClassName
{
color: #670C7B;
}
.AnyTagClassName
{
color: #670C7B;
}
</style>
background-color css
<style>
a { background-color: #670C7B; }
a { background-color: rgb(103,12,123); }
div.DivClassName
{
background-color: #670C7B;
}
.BgClassName
{
background-color: #670C7B;
}
</style>
border-color css
<style>
span { border-color: #670C7B; }
span { border-color: rgb(103,12,123); }
td.TdClassName
{
border-color: #670C7B;
}
.TagClassName
{
border-color: #670C7B;
}
</style>