Shades of Purple #630175
Tints of Purple #630175
RGB
CMYK
RGB Variations
Color information
#630175 (or 0x630175) is known color: Purple. HEX triplet: 63, 01 and 75. RGB value is (99,1,117). Sum of RGB (Red+Green+Blue) = 99+1+117=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #630175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630175 is #9CFE8A. Grayscale: #2B2B2B. Windows color (decimal): -10288779 or 7668067. OLE color: 7668067.
HSL color Cylindrical-coordinate representation of color #630175: hue angle of 290.69º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #630175 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 99 | 1 | 117 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.54 |
| HSL | 290.69º | 0.98% | 0.23% | - |
| HSV(B) | 290.69º | 0.99% | 0.46% | - |
| XYZ | 8.37 | 3.96 | 17.15 | - |
| YUV | 43.53 | 169.47 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 117 | 0.15 | 0.99 | 0 | 0.54 | 290.69 | 0.98 | 0.23 |
| Hex | 63 | 1 | 75 | F | 63 | 0 | 36 | 123 | 62 | 17 |
| Octal | 143 | 1 | 165 | 17 | 143 | 0 | 66 | 443 | 142 | 27 |
| Binary | 1100011 | 1 | 1110101 | 1111 | 1100011 | 0 | 110110 | 100100011 | 1100010 | 10111 |
Color Harmonies of #630175
Complementary color
Monochromatic Colors of #630175
Black with #630175
Text Example
Text Example
White with #630175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630175; }
p { color: rgb(99,1,117); }
H1.HeaderClassName
{
color: #630175;
}
.AnyTagClassName
{
color: #630175;
}
</style>
background-color css
<style>
a { background-color: #630175; }
a { background-color: rgb(99,1,117); }
div.DivClassName
{
background-color: #630175;
}
.BgClassName
{
background-color: #630175;
}
</style>
border-color css
<style>
span { border-color: #630175; }
span { border-color: rgb(99,1,117); }
td.TdClassName
{
border-color: #630175;
}
.TagClassName
{
border-color: #630175;
}
</style>