Shades of Purple #630173
Tints of Purple #630173
RGB
CMYK
RGB Variations
Color information
#630173 (or 0x630173) is known color: Purple. HEX triplet: 63, 01 and 73. RGB value is (99,1,115). Sum of RGB (Red+Green+Blue) = 99+1+115=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #630173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630173 is #9CFE8C. Grayscale: #2A2A2A. Windows color (decimal): -10288781 or 7536995. OLE color: 7536995.
HSL color Cylindrical-coordinate representation of color #630173: hue angle of 291.58º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #630173 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 1 | 115 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.55 |
| HSL | 291.58º | 0.98% | 0.23% | - |
| HSV(B) | 291.58º | 0.99% | 0.45% | - |
| XYZ | 8.25 | 3.91 | 16.54 | - |
| YUV | 43.3 | 168.47 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 115 | 0.14 | 0.99 | 0 | 0.55 | 291.58 | 0.98 | 0.23 |
| Hex | 63 | 1 | 73 | E | 63 | 0 | 37 | 124 | 62 | 17 |
| Octal | 143 | 1 | 163 | 16 | 143 | 0 | 67 | 444 | 142 | 27 |
| Binary | 1100011 | 1 | 1110011 | 1110 | 1100011 | 0 | 110111 | 100100100 | 1100010 | 10111 |
Color Harmonies of #630173
Complementary color
Monochromatic Colors of #630173
Black with #630173
Text Example
Text Example
White with #630173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630173; }
p { color: rgb(99,1,115); }
H1.HeaderClassName
{
color: #630173;
}
.AnyTagClassName
{
color: #630173;
}
</style>
background-color css
<style>
a { background-color: #630173; }
a { background-color: rgb(99,1,115); }
div.DivClassName
{
background-color: #630173;
}
.BgClassName
{
background-color: #630173;
}
</style>
border-color css
<style>
span { border-color: #630173; }
span { border-color: rgb(99,1,115); }
td.TdClassName
{
border-color: #630173;
}
.TagClassName
{
border-color: #630173;
}
</style>