Shades of Purple #630075
Tints of Purple #630075
RGB
CMYK
RGB Variations
Color information
#630075 (or 0x630075) is known color: Purple. HEX triplet: 63, 00 and 75. RGB value is (99,0,117). Sum of RGB (Red+Green+Blue) = 99+0+117=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 117 (46.09% from 255 or 54.17% from 216); Max value from RGB is 117 - color contains mainly: blue. Hex color #630075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630075 is #9CFF8A. Grayscale: #2A2A2A. Windows color (decimal): -10289035 or 7667811. OLE color: 7667811.
HSL color Cylindrical-coordinate representation of color #630075: hue angle of 290.77º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #630075 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 99 | 0 | 117 | - |
| CMYK | 0.15 | 1 | 0 | 0.54 |
| HSL | 290.77º | 1% | 0.23% | - |
| HSV(B) | 290.77º | 1% | 0.46% | - |
| XYZ | 8.36 | 3.94 | 17.15 | - |
| YUV | 42.94 | 169.8 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 0 | 117 | 0.15 | 1 | 0 | 0.54 | 290.77 | 1 | 0.23 |
| Hex | 63 | 0 | 75 | F | 64 | 0 | 36 | 123 | 64 | 17 |
| Octal | 143 | 0 | 165 | 17 | 144 | 0 | 66 | 443 | 144 | 27 |
| Binary | 1100011 | 0 | 1110101 | 1111 | 1100100 | 0 | 110110 | 100100011 | 1100100 | 10111 |
Color Harmonies of #630075
Complementary color
Monochromatic Colors of #630075
Black with #630075
Text Example
Text Example
White with #630075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630075; }
p { color: rgb(99,0,117); }
H1.HeaderClassName
{
color: #630075;
}
.AnyTagClassName
{
color: #630075;
}
</style>
background-color css
<style>
a { background-color: #630075; }
a { background-color: rgb(99,0,117); }
div.DivClassName
{
background-color: #630075;
}
.BgClassName
{
background-color: #630075;
}
</style>
border-color css
<style>
span { border-color: #630075; }
span { border-color: rgb(99,0,117); }
td.TdClassName
{
border-color: #630075;
}
.TagClassName
{
border-color: #630075;
}
</style>