Shades of Purple #670168
Tints of Purple #670168
RGB
CMYK
RGB Variations
Color information
#670168 (or 0x670168) is known color: Purple. HEX triplet: 67, 01 and 68. RGB value is (103,1,104). Sum of RGB (Red+Green+Blue) = 103+1+104=208 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.52% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #670168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670168 is #98FE97. Grayscale: #2A2A2A. Windows color (decimal): -10026648 or 6816103. OLE color: 6816103.
HSL color Cylindrical-coordinate representation of color #670168: hue angle of 299.42º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #670168 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 1 | 104 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.59 |
| HSL | 299.42º | 0.98% | 0.21% | - |
| HSV(B) | 299.42º | 0.99% | 0.41% | - |
| XYZ | 8.1 | 3.9 | 13.42 | - |
| YUV | 43.24 | 162.29 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 1 | 104 | 0.01 | 0.99 | 0 | 0.59 | 299.42 | 0.98 | 0.21 |
| Hex | 67 | 1 | 68 | 1 | 63 | 0 | 3B | 12B | 62 | 15 |
| Octal | 147 | 1 | 150 | 1 | 143 | 0 | 73 | 453 | 142 | 25 |
| Binary | 1100111 | 1 | 1101000 | 1 | 1100011 | 0 | 111011 | 100101011 | 1100010 | 10101 |
Color Harmonies of #670168
Complementary color
Monochromatic Colors of #670168
Black with #670168
Text Example
Text Example
White with #670168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670168; }
p { color: rgb(103,1,104); }
H1.HeaderClassName
{
color: #670168;
}
.AnyTagClassName
{
color: #670168;
}
</style>
background-color css
<style>
a { background-color: #670168; }
a { background-color: rgb(103,1,104); }
div.DivClassName
{
background-color: #670168;
}
.BgClassName
{
background-color: #670168;
}
</style>
border-color css
<style>
span { border-color: #670168; }
span { border-color: rgb(103,1,104); }
td.TdClassName
{
border-color: #670168;
}
.TagClassName
{
border-color: #670168;
}
</style>