Shades of Purple #630571
Tints of Purple #630571
RGB
CMYK
RGB Variations
Color information
#630571 (or 0x630571) is known color: Purple. HEX triplet: 63, 05 and 71. RGB value is (99,5,113). Sum of RGB (Red+Green+Blue) = 99+5+113=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #630571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630571 is #9CFA8E. Grayscale: #2D2D2D. Windows color (decimal): -10287759 or 7406947. OLE color: 7406947.
HSL color Cylindrical-coordinate representation of color #630571: hue angle of 292.22º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #630571 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 5 | 113 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.56 |
| HSL | 292.22º | 0.92% | 0.23% | - |
| HSV(B) | 292.22º | 0.96% | 0.44% | - |
| XYZ | 8.18 | 3.95 | 15.95 | - |
| YUV | 45.42 | 166.14 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 5 | 113 | 0.12 | 0.96 | 0 | 0.56 | 292.22 | 0.92 | 0.23 |
| Hex | 63 | 5 | 71 | C | 60 | 0 | 38 | 124 | 5C | 17 |
| Octal | 143 | 5 | 161 | 14 | 140 | 0 | 70 | 444 | 134 | 27 |
| Binary | 1100011 | 101 | 1110001 | 1100 | 1100000 | 0 | 111000 | 100100100 | 1011100 | 10111 |
Color Harmonies of #630571
Complementary color
Monochromatic Colors of #630571
Black with #630571
Text Example
Text Example
White with #630571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630571; }
p { color: rgb(99,5,113); }
H1.HeaderClassName
{
color: #630571;
}
.AnyTagClassName
{
color: #630571;
}
</style>
background-color css
<style>
a { background-color: #630571; }
a { background-color: rgb(99,5,113); }
div.DivClassName
{
background-color: #630571;
}
.BgClassName
{
background-color: #630571;
}
</style>
border-color css
<style>
span { border-color: #630571; }
span { border-color: rgb(99,5,113); }
td.TdClassName
{
border-color: #630571;
}
.TagClassName
{
border-color: #630571;
}
</style>