Shades of Purple #670183
Tints of Purple #670183
RGB
CMYK
RGB Variations
Color information
#670183 (or 0x670183) is known color: Purple. HEX triplet: 67, 01 and 83. RGB value is (103,1,131). Sum of RGB (Red+Green+Blue) = 103+1+131=235 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.83% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 131 (51.56% from 255 or 55.74% from 235); Max value from RGB is 131 - color contains mainly: blue. Hex color #670183 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670183 is #98FE7C. Grayscale: #2D2D2D. Windows color (decimal): -10026621 or 8585575. OLE color: 8585575.
HSL color Cylindrical-coordinate representation of color #670183: hue angle of 287.08º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #670183 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 1 | 131 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.49 |
| HSL | 287.08º | 0.98% | 0.26% | - |
| HSV(B) | 287.08º | 0.99% | 0.51% | - |
| XYZ | 9.7 | 4.54 | 21.84 | - |
| YUV | 46.32 | 175.79 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 1 | 131 | 0.21 | 0.99 | 0 | 0.49 | 287.08 | 0.98 | 0.26 |
| Hex | 67 | 1 | 83 | 15 | 63 | 0 | 31 | 11F | 62 | 1A |
| Octal | 147 | 1 | 203 | 25 | 143 | 0 | 61 | 437 | 142 | 32 |
| Binary | 1100111 | 1 | 10000011 | 10101 | 1100011 | 0 | 110001 | 100011111 | 1100010 | 11010 |
Color Harmonies of #670183
Complementary color
Monochromatic Colors of #670183
Black with #670183
Text Example
Text Example
White with #670183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670183; }
p { color: rgb(103,1,131); }
H1.HeaderClassName
{
color: #670183;
}
.AnyTagClassName
{
color: #670183;
}
</style>
background-color css
<style>
a { background-color: #670183; }
a { background-color: rgb(103,1,131); }
div.DivClassName
{
background-color: #670183;
}
.BgClassName
{
background-color: #670183;
}
</style>
border-color css
<style>
span { border-color: #670183; }
span { border-color: rgb(103,1,131); }
td.TdClassName
{
border-color: #670183;
}
.TagClassName
{
border-color: #670183;
}
</style>