Shades of Purple #670D7C
Tints of Purple #670D7C
RGB
CMYK
RGB Variations
Color information
#670D7C (or 0x670D7C) is known color: Purple. HEX triplet: 67, 0D and 7C. RGB value is (103,13,124). Sum of RGB (Red+Green+Blue) = 103+13+124=240 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.92% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #670D7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670D7C is #98F283. Grayscale: #343434. Windows color (decimal): -10023556 or 8129895. OLE color: 8129895.
HSL color Cylindrical-coordinate representation of color #670D7C: hue angle of 288.65º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #670D7C is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 13 | 124 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.51 |
| HSL | 288.65º | 0.81% | 0.27% | - |
| HSV(B) | 288.65º | 0.9% | 0.49% | - |
| XYZ | 9.38 | 4.63 | 19.47 | - |
| YUV | 52.56 | 168.32 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 13 | 124 | 0.17 | 0.90 | 0 | 0.51 | 288.65 | 0.81 | 0.27 |
| Hex | 67 | D | 7C | 11 | 5A | 0 | 33 | 121 | 51 | 1B |
| Octal | 147 | 15 | 174 | 21 | 132 | 0 | 63 | 441 | 121 | 33 |
| Binary | 1100111 | 1101 | 1111100 | 10001 | 1011010 | 0 | 110011 | 100100001 | 1010001 | 11011 |
Color Harmonies of #670D7C
Complementary color
Monochromatic Colors of #670D7C
Black with #670D7C
Text Example
Text Example
White with #670D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670D7C; }
p { color: rgb(103,13,124); }
H1.HeaderClassName
{
color: #670D7C;
}
.AnyTagClassName
{
color: #670D7C;
}
</style>
background-color css
<style>
a { background-color: #670D7C; }
a { background-color: rgb(103,13,124); }
div.DivClassName
{
background-color: #670D7C;
}
.BgClassName
{
background-color: #670D7C;
}
</style>
border-color css
<style>
span { border-color: #670D7C; }
span { border-color: rgb(103,13,124); }
td.TdClassName
{
border-color: #670D7C;
}
.TagClassName
{
border-color: #670D7C;
}
</style>