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