Shades of Purple #670162
Tints of Purple #670162
RGB
CMYK
RGB Variations
Color information
#670162 (or 0x670162) is known color: Purple. HEX triplet: 67, 01 and 62. RGB value is (103,1,98). Sum of RGB (Red+Green+Blue) = 103+1+98=202 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.99% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 98 (38.67% from 255 or 48.51% from 202); Max value from RGB is 103 - color contains mainly: red. Hex color #670162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670162 is #98FE9D. Grayscale: #2A2A2A. Windows color (decimal): -10026654 or 6422887. OLE color: 6422887.
HSL color Cylindrical-coordinate representation of color #670162: hue angle of 302.94º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #670162 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 1 | 98 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.60 |
| HSL | 302.94º | 0.98% | 0.2% | - |
| HSV(B) | 302.94º | 0.99% | 0.4% | - |
| XYZ | 7.81 | 3.79 | 11.87 | - |
| YUV | 42.56 | 159.29 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 1 | 98 | 0 | 0.99 | 0.05 | 0.60 | 302.94 | 0.98 | 0.2 |
| Hex | 67 | 1 | 62 | 0 | 63 | 5 | 3C | 12F | 62 | 14 |
| Octal | 147 | 1 | 142 | 0 | 143 | 5 | 74 | 457 | 142 | 24 |
| Binary | 1100111 | 1 | 1100010 | 0 | 1100011 | 101 | 111100 | 100101111 | 1100010 | 10100 |
Color Harmonies of #670162
Complementary color
Monochromatic Colors of #670162
Black with #670162
Text Example
Text Example
White with #670162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670162; }
p { color: rgb(103,1,98); }
H1.HeaderClassName
{
color: #670162;
}
.AnyTagClassName
{
color: #670162;
}
</style>
background-color css
<style>
a { background-color: #670162; }
a { background-color: rgb(103,1,98); }
div.DivClassName
{
background-color: #670162;
}
.BgClassName
{
background-color: #670162;
}
</style>
border-color css
<style>
span { border-color: #670162; }
span { border-color: rgb(103,1,98); }
td.TdClassName
{
border-color: #670162;
}
.TagClassName
{
border-color: #670162;
}
</style>