Shades of Purple #670073
Tints of Purple #670073
RGB
CMYK
RGB Variations
Color information
#670073 (or 0x670073) is known color: Purple. HEX triplet: 67, 00 and 73. RGB value is (103,0,115). Sum of RGB (Red+Green+Blue) = 103+0+115=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #670073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670073 is #98FF8C. Grayscale: #2B2B2B. Windows color (decimal): -10026893 or 7536743. OLE color: 7536743.
HSL color Cylindrical-coordinate representation of color #670073: hue angle of 293.74º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #670073 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 0 | 115 | - |
| CMYK | 0.10 | 1 | 0 | 0.55 |
| HSL | 293.74º | 1% | 0.23% | - |
| HSV(B) | 293.74º | 1% | 0.45% | - |
| XYZ | 8.69 | 4.12 | 16.56 | - |
| YUV | 43.91 | 168.12 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 115 | 0.10 | 1 | 0 | 0.55 | 293.74 | 1 | 0.23 |
| Hex | 67 | 0 | 73 | A | 64 | 0 | 37 | 126 | 64 | 17 |
| Octal | 147 | 0 | 163 | 12 | 144 | 0 | 67 | 446 | 144 | 27 |
| Binary | 1100111 | 0 | 1110011 | 1010 | 1100100 | 0 | 110111 | 100100110 | 1100100 | 10111 |
Color Harmonies of #670073
Complementary color
Monochromatic Colors of #670073
Black with #670073
Text Example
Text Example
White with #670073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670073; }
p { color: rgb(103,0,115); }
H1.HeaderClassName
{
color: #670073;
}
.AnyTagClassName
{
color: #670073;
}
</style>
background-color css
<style>
a { background-color: #670073; }
a { background-color: rgb(103,0,115); }
div.DivClassName
{
background-color: #670073;
}
.BgClassName
{
background-color: #670073;
}
</style>
border-color css
<style>
span { border-color: #670073; }
span { border-color: rgb(103,0,115); }
td.TdClassName
{
border-color: #670073;
}
.TagClassName
{
border-color: #670073;
}
</style>