Shades of Purple #670D76
Tints of Purple #670D76
RGB
CMYK
RGB Variations
Color information
#670D76 (or 0x670D76) is known color: Purple. HEX triplet: 67, 0D and 76. RGB value is (103,13,118). Sum of RGB (Red+Green+Blue) = 103+13+118=234 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.02% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #670D76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670D76 is #98F289. Grayscale: #333333. Windows color (decimal): -10023562 or 7736679. OLE color: 7736679.
HSL color Cylindrical-coordinate representation of color #670D76: hue angle of 291.43º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #670D76 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 103 | 13 | 118 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.54 |
| HSL | 291.43º | 0.8% | 0.26% | - |
| HSV(B) | 291.43º | 0.89% | 0.46% | - |
| XYZ | 9.01 | 4.48 | 17.53 | - |
| YUV | 51.88 | 165.32 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 13 | 118 | 0.13 | 0.89 | 0 | 0.54 | 291.43 | 0.8 | 0.26 |
| Hex | 67 | D | 76 | D | 59 | 0 | 36 | 123 | 50 | 1A |
| Octal | 147 | 15 | 166 | 15 | 131 | 0 | 66 | 443 | 120 | 32 |
| Binary | 1100111 | 1101 | 1110110 | 1101 | 1011001 | 0 | 110110 | 100100011 | 1010000 | 11010 |
Color Harmonies of #670D76
Complementary color
Monochromatic Colors of #670D76
Black with #670D76
Text Example
Text Example
White with #670D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670D76; }
p { color: rgb(103,13,118); }
H1.HeaderClassName
{
color: #670D76;
}
.AnyTagClassName
{
color: #670D76;
}
</style>
background-color css
<style>
a { background-color: #670D76; }
a { background-color: rgb(103,13,118); }
div.DivClassName
{
background-color: #670D76;
}
.BgClassName
{
background-color: #670D76;
}
</style>
border-color css
<style>
span { border-color: #670D76; }
span { border-color: rgb(103,13,118); }
td.TdClassName
{
border-color: #670D76;
}
.TagClassName
{
border-color: #670D76;
}
</style>