Shades of Purple #630975
Tints of Purple #630975
RGB
CMYK
RGB Variations
Color information
#630975 (or 0x630975) is known color: Purple. HEX triplet: 63, 09 and 75. RGB value is (99,9,117). Sum of RGB (Red+Green+Blue) = 99+9+117=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #630975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630975 is #9CF68A. Grayscale: #2F2F2F. Windows color (decimal): -10286731 or 7670115. OLE color: 7670115.
HSL color Cylindrical-coordinate representation of color #630975: hue angle of 290º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #630975 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 99 | 9 | 117 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.54 |
| HSL | 290º | 0.86% | 0.25% | - |
| HSV(B) | 290º | 0.92% | 0.46% | - |
| XYZ | 8.45 | 4.13 | 17.18 | - |
| YUV | 48.22 | 166.82 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 9 | 117 | 0.15 | 0.92 | 0 | 0.54 | 290 | 0.86 | 0.25 |
| Hex | 63 | 9 | 75 | F | 5C | 0 | 36 | 122 | 56 | 19 |
| Octal | 143 | 11 | 165 | 17 | 134 | 0 | 66 | 442 | 126 | 31 |
| Binary | 1100011 | 1001 | 1110101 | 1111 | 1011100 | 0 | 110110 | 100100010 | 1010110 | 11001 |
Color Harmonies of #630975
Complementary color
Monochromatic Colors of #630975
Black with #630975
Text Example
Text Example
White with #630975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630975; }
p { color: rgb(99,9,117); }
H1.HeaderClassName
{
color: #630975;
}
.AnyTagClassName
{
color: #630975;
}
</style>
background-color css
<style>
a { background-color: #630975; }
a { background-color: rgb(99,9,117); }
div.DivClassName
{
background-color: #630975;
}
.BgClassName
{
background-color: #630975;
}
</style>
border-color css
<style>
span { border-color: #630975; }
span { border-color: rgb(99,9,117); }
td.TdClassName
{
border-color: #630975;
}
.TagClassName
{
border-color: #630975;
}
</style>