Shades of Purple #630166
Tints of Purple #630166
RGB
CMYK
RGB Variations
Color information
#630166 (or 0x630166) is known color: Purple. HEX triplet: 63, 01 and 66. RGB value is (99,1,102). Sum of RGB (Red+Green+Blue) = 99+1+102=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #630166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630166 is #9CFE99. Grayscale: #292929. Windows color (decimal): -10288794 or 6685027. OLE color: 6685027.
HSL color Cylindrical-coordinate representation of color #630166: hue angle of 298.22º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #630166 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 99 | 1 | 102 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.6 |
| HSL | 298.22º | 0.98% | 0.2% | - |
| HSV(B) | 298.22º | 0.99% | 0.4% | - |
| XYZ | 7.55 | 3.63 | 12.87 | - |
| YUV | 41.82 | 161.97 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 102 | 0.03 | 0.99 | 0 | 0.6 | 298.22 | 0.98 | 0.2 |
| Hex | 63 | 1 | 66 | 3 | 63 | 0 | 3C | 12A | 62 | 14 |
| Octal | 143 | 1 | 146 | 3 | 143 | 0 | 74 | 452 | 142 | 24 |
| Binary | 1100011 | 1 | 1100110 | 11 | 1100011 | 0 | 111100 | 100101010 | 1100010 | 10100 |
Color Harmonies of #630166
Complementary color
Monochromatic Colors of #630166
Black with #630166
Text Example
Text Example
White with #630166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630166; }
p { color: rgb(99,1,102); }
H1.HeaderClassName
{
color: #630166;
}
.AnyTagClassName
{
color: #630166;
}
</style>
background-color css
<style>
a { background-color: #630166; }
a { background-color: rgb(99,1,102); }
div.DivClassName
{
background-color: #630166;
}
.BgClassName
{
background-color: #630166;
}
</style>
border-color css
<style>
span { border-color: #630166; }
span { border-color: rgb(99,1,102); }
td.TdClassName
{
border-color: #630166;
}
.TagClassName
{
border-color: #630166;
}
</style>