Shades of Purple #630165
Tints of Purple #630165
RGB
CMYK
RGB Variations
Color information
#630165 (or 0x630165) is known color: Purple. HEX triplet: 63, 01 and 65. RGB value is (99,1,101). Sum of RGB (Red+Green+Blue) = 99+1+101=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #630165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630165 is #9CFE9A. Grayscale: #292929. Windows color (decimal): -10288795 or 6619491. OLE color: 6619491.
HSL color Cylindrical-coordinate representation of color #630165: hue angle of 298.8º 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 #630165 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 99 | 1 | 101 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.60 |
| HSL | 298.8º | 0.98% | 0.2% | - |
| HSV(B) | 298.8º | 0.99% | 0.4% | - |
| XYZ | 7.51 | 3.61 | 12.61 | - |
| YUV | 41.7 | 161.47 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 101 | 0.02 | 0.99 | 0 | 0.60 | 298.8 | 0.98 | 0.2 |
| Hex | 63 | 1 | 65 | 2 | 63 | 0 | 3C | 12B | 62 | 14 |
| Octal | 143 | 1 | 145 | 2 | 143 | 0 | 74 | 453 | 142 | 24 |
| Binary | 1100011 | 1 | 1100101 | 10 | 1100011 | 0 | 111100 | 100101011 | 1100010 | 10100 |
Color Harmonies of #630165
Complementary color
Monochromatic Colors of #630165
Black with #630165
Text Example
Text Example
White with #630165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630165; }
p { color: rgb(99,1,101); }
H1.HeaderClassName
{
color: #630165;
}
.AnyTagClassName
{
color: #630165;
}
</style>
background-color css
<style>
a { background-color: #630165; }
a { background-color: rgb(99,1,101); }
div.DivClassName
{
background-color: #630165;
}
.BgClassName
{
background-color: #630165;
}
</style>
border-color css
<style>
span { border-color: #630165; }
span { border-color: rgb(99,1,101); }
td.TdClassName
{
border-color: #630165;
}
.TagClassName
{
border-color: #630165;
}
</style>