Shades of Purple #670172
Tints of Purple #670172
RGB
CMYK
RGB Variations
Color information
#670172 (or 0x670172) is known color: Purple. HEX triplet: 67, 01 and 72. RGB value is (103,1,114). Sum of RGB (Red+Green+Blue) = 103+1+114=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #670172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670172 is #98FE8D. Grayscale: #2C2C2C. Windows color (decimal): -10026638 or 7471463. OLE color: 7471463.
HSL color Cylindrical-coordinate representation of color #670172: hue angle of 294.16º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #670172 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 1 | 114 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.55 |
| HSL | 294.16º | 0.98% | 0.23% | - |
| HSV(B) | 294.16º | 0.99% | 0.45% | - |
| XYZ | 8.64 | 4.12 | 16.26 | - |
| YUV | 44.38 | 167.29 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 1 | 114 | 0.10 | 0.99 | 0 | 0.55 | 294.16 | 0.98 | 0.23 |
| Hex | 67 | 1 | 72 | A | 63 | 0 | 37 | 126 | 62 | 17 |
| Octal | 147 | 1 | 162 | 12 | 143 | 0 | 67 | 446 | 142 | 27 |
| Binary | 1100111 | 1 | 1110010 | 1010 | 1100011 | 0 | 110111 | 100100110 | 1100010 | 10111 |
Color Harmonies of #670172
Complementary color
Monochromatic Colors of #670172
Black with #670172
Text Example
Text Example
White with #670172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670172; }
p { color: rgb(103,1,114); }
H1.HeaderClassName
{
color: #670172;
}
.AnyTagClassName
{
color: #670172;
}
</style>
background-color css
<style>
a { background-color: #670172; }
a { background-color: rgb(103,1,114); }
div.DivClassName
{
background-color: #670172;
}
.BgClassName
{
background-color: #670172;
}
</style>
border-color css
<style>
span { border-color: #670172; }
span { border-color: rgb(103,1,114); }
td.TdClassName
{
border-color: #670172;
}
.TagClassName
{
border-color: #670172;
}
</style>