Shades of Purple #670068
Tints of Purple #670068
RGB
CMYK
RGB Variations
Color information
#670068 (or 0x670068) is known color: Purple. HEX triplet: 67, 00 and 68. RGB value is (103,0,104). Sum of RGB (Red+Green+Blue) = 103+0+104=207 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.76% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #670068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670068 is #98FF97. Grayscale: #2A2A2A. Windows color (decimal): -10026904 or 6815847. OLE color: 6815847.
HSL color Cylindrical-coordinate representation of color #670068: hue angle of 299.42º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #670068 is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 0 | 104 | - |
| CMYK | 0.01 | 1 | 0 | 0.59 |
| HSL | 299.42º | 1% | 0.2% | - |
| HSV(B) | 299.42º | 1% | 0.41% | - |
| XYZ | 8.09 | 3.88 | 13.42 | - |
| YUV | 42.65 | 162.62 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 104 | 0.01 | 1 | 0 | 0.59 | 299.42 | 1 | 0.2 |
| Hex | 67 | 0 | 68 | 1 | 64 | 0 | 3B | 12B | 64 | 14 |
| Octal | 147 | 0 | 150 | 1 | 144 | 0 | 73 | 453 | 144 | 24 |
| Binary | 1100111 | 0 | 1101000 | 1 | 1100100 | 0 | 111011 | 100101011 | 1100100 | 10100 |
Color Harmonies of #670068
Complementary color
Monochromatic Colors of #670068
Black with #670068
Text Example
Text Example
White with #670068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670068; }
p { color: rgb(103,0,104); }
H1.HeaderClassName
{
color: #670068;
}
.AnyTagClassName
{
color: #670068;
}
</style>
background-color css
<style>
a { background-color: #670068; }
a { background-color: rgb(103,0,104); }
div.DivClassName
{
background-color: #670068;
}
.BgClassName
{
background-color: #670068;
}
</style>
border-color css
<style>
span { border-color: #670068; }
span { border-color: rgb(103,0,104); }
td.TdClassName
{
border-color: #670068;
}
.TagClassName
{
border-color: #670068;
}
</style>