Shades of Purple #670082
Tints of Purple #670082
RGB
CMYK
RGB Variations
Color information
#670082 (or 0x670082) is known color: Purple. HEX triplet: 67, 00 and 82. RGB value is (103,0,130). Sum of RGB (Red+Green+Blue) = 103+0+130=233 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.21% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 130 (51.17% from 255 or 55.79% from 233); Max value from RGB is 130 - color contains mainly: blue. Hex color #670082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670082 is #98FF7D. Grayscale: #2D2D2D. Windows color (decimal): -10026878 or 8519783. OLE color: 8519783.
HSL color Cylindrical-coordinate representation of color #670082: hue angle of 287.54º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #670082 is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 0 | 130 | - |
| CMYK | 0.21 | 1 | 0 | 0.49 |
| HSL | 287.54º | 1% | 0.25% | - |
| HSV(B) | 287.54º | 1% | 0.51% | - |
| XYZ | 9.62 | 4.5 | 21.48 | - |
| YUV | 45.62 | 175.62 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 130 | 0.21 | 1 | 0 | 0.49 | 287.54 | 1 | 0.25 |
| Hex | 67 | 0 | 82 | 15 | 64 | 0 | 31 | 120 | 64 | 19 |
| Octal | 147 | 0 | 202 | 25 | 144 | 0 | 61 | 440 | 144 | 31 |
| Binary | 1100111 | 0 | 10000010 | 10101 | 1100100 | 0 | 110001 | 100100000 | 1100100 | 11001 |
Color Harmonies of #670082
Complementary color
Monochromatic Colors of #670082
Black with #670082
Text Example
Text Example
White with #670082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670082; }
p { color: rgb(103,0,130); }
H1.HeaderClassName
{
color: #670082;
}
.AnyTagClassName
{
color: #670082;
}
</style>
background-color css
<style>
a { background-color: #670082; }
a { background-color: rgb(103,0,130); }
div.DivClassName
{
background-color: #670082;
}
.BgClassName
{
background-color: #670082;
}
</style>
border-color css
<style>
span { border-color: #670082; }
span { border-color: rgb(103,0,130); }
td.TdClassName
{
border-color: #670082;
}
.TagClassName
{
border-color: #670082;
}
</style>