Shades of Purple #630168
Tints of Purple #630168
RGB
CMYK
RGB Variations
Color information
#630168 (or 0x630168) is known color: Purple. HEX triplet: 63, 01 and 68. RGB value is (99,1,104). Sum of RGB (Red+Green+Blue) = 99+1+104=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #630168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630168 is #9CFE97. Grayscale: #292929. Windows color (decimal): -10288792 or 6816099. OLE color: 6816099.
HSL color Cylindrical-coordinate representation of color #630168: hue angle of 297.09º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #630168 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 99 | 1 | 104 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.59 |
| HSL | 297.09º | 0.98% | 0.21% | - |
| HSV(B) | 297.09º | 0.99% | 0.41% | - |
| XYZ | 7.66 | 3.67 | 13.4 | - |
| YUV | 42.04 | 162.97 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 104 | 0.05 | 0.99 | 0 | 0.59 | 297.09 | 0.98 | 0.21 |
| Hex | 63 | 1 | 68 | 5 | 63 | 0 | 3B | 129 | 62 | 15 |
| Octal | 143 | 1 | 150 | 5 | 143 | 0 | 73 | 451 | 142 | 25 |
| Binary | 1100011 | 1 | 1101000 | 101 | 1100011 | 0 | 111011 | 100101001 | 1100010 | 10101 |
Color Harmonies of #630168
Complementary color
Monochromatic Colors of #630168
Black with #630168
Text Example
Text Example
White with #630168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630168; }
p { color: rgb(99,1,104); }
H1.HeaderClassName
{
color: #630168;
}
.AnyTagClassName
{
color: #630168;
}
</style>
background-color css
<style>
a { background-color: #630168; }
a { background-color: rgb(99,1,104); }
div.DivClassName
{
background-color: #630168;
}
.BgClassName
{
background-color: #630168;
}
</style>
border-color css
<style>
span { border-color: #630168; }
span { border-color: rgb(99,1,104); }
td.TdClassName
{
border-color: #630168;
}
.TagClassName
{
border-color: #630168;
}
</style>