Shades of Purple #630371
Tints of Purple #630371
RGB
CMYK
RGB Variations
Color information
#630371 (or 0x630371) is known color: Purple. HEX triplet: 63, 03 and 71. RGB value is (99,3,113). Sum of RGB (Red+Green+Blue) = 99+3+113=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #630371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630371 is #9CFC8E. Grayscale: #2B2B2B. Windows color (decimal): -10288271 or 7406435. OLE color: 7406435.
HSL color Cylindrical-coordinate representation of color #630371: hue angle of 292.36º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #630371 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 3 | 113 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.56 |
| HSL | 292.36º | 0.95% | 0.23% | - |
| HSV(B) | 292.36º | 0.97% | 0.44% | - |
| XYZ | 8.16 | 3.91 | 15.95 | - |
| YUV | 44.24 | 166.8 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 3 | 113 | 0.12 | 0.97 | 0 | 0.56 | 292.36 | 0.95 | 0.23 |
| Hex | 63 | 3 | 71 | C | 61 | 0 | 38 | 124 | 5F | 17 |
| Octal | 143 | 3 | 161 | 14 | 141 | 0 | 70 | 444 | 137 | 27 |
| Binary | 1100011 | 11 | 1110001 | 1100 | 1100001 | 0 | 111000 | 100100100 | 1011111 | 10111 |
Color Harmonies of #630371
Complementary color
Monochromatic Colors of #630371
Black with #630371
Text Example
Text Example
White with #630371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630371; }
p { color: rgb(99,3,113); }
H1.HeaderClassName
{
color: #630371;
}
.AnyTagClassName
{
color: #630371;
}
</style>
background-color css
<style>
a { background-color: #630371; }
a { background-color: rgb(99,3,113); }
div.DivClassName
{
background-color: #630371;
}
.BgClassName
{
background-color: #630371;
}
</style>
border-color css
<style>
span { border-color: #630371; }
span { border-color: rgb(99,3,113); }
td.TdClassName
{
border-color: #630371;
}
.TagClassName
{
border-color: #630371;
}
</style>