Shades of Purple #630174
Tints of Purple #630174
RGB
CMYK
RGB Variations
Color information
#630174 (or 0x630174) is known color: Purple. HEX triplet: 63, 01 and 74. RGB value is (99,1,116). Sum of RGB (Red+Green+Blue) = 99+1+116=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 116 (45.70% from 255 or 53.70% from 216); Max value from RGB is 116 - color contains mainly: blue. Hex color #630174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630174 is #9CFE8B. Grayscale: #2B2B2B. Windows color (decimal): -10288780 or 7602531. OLE color: 7602531.
HSL color Cylindrical-coordinate representation of color #630174: hue angle of 291.13º 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 #630174 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 1 | 116 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.55 |
| HSL | 291.13º | 0.98% | 0.23% | - |
| HSV(B) | 291.13º | 0.99% | 0.45% | - |
| XYZ | 8.31 | 3.94 | 16.84 | - |
| YUV | 43.41 | 168.97 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 116 | 0.15 | 0.99 | 0 | 0.55 | 291.13 | 0.98 | 0.23 |
| Hex | 63 | 1 | 74 | F | 63 | 0 | 37 | 123 | 62 | 17 |
| Octal | 143 | 1 | 164 | 17 | 143 | 0 | 67 | 443 | 142 | 27 |
| Binary | 1100011 | 1 | 1110100 | 1111 | 1100011 | 0 | 110111 | 100100011 | 1100010 | 10111 |
Color Harmonies of #630174
Complementary color
Monochromatic Colors of #630174
Black with #630174
Text Example
Text Example
White with #630174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630174; }
p { color: rgb(99,1,116); }
H1.HeaderClassName
{
color: #630174;
}
.AnyTagClassName
{
color: #630174;
}
</style>
background-color css
<style>
a { background-color: #630174; }
a { background-color: rgb(99,1,116); }
div.DivClassName
{
background-color: #630174;
}
.BgClassName
{
background-color: #630174;
}
</style>
border-color css
<style>
span { border-color: #630174; }
span { border-color: rgb(99,1,116); }
td.TdClassName
{
border-color: #630174;
}
.TagClassName
{
border-color: #630174;
}
</style>