Shades of Purple #650066
Tints of Purple #650066
RGB
CMYK
RGB Variations
Color information
#650066 (or 0x650066) is known color: Purple. HEX triplet: 65, 00 and 66. RGB value is (101,0,102). Sum of RGB (Red+Green+Blue) = 101+0+102=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #650066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650066 is #9AFF99. Grayscale: #292929. Windows color (decimal): -10157978 or 6684773. OLE color: 6684773.
HSL color Cylindrical-coordinate representation of color #650066: hue angle of 299.41º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #650066 is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 101 | 0 | 102 | - |
| CMYK | 0.01 | 1 | 0 | 0.6 |
| HSL | 299.41º | 1% | 0.2% | - |
| HSV(B) | 299.41º | 1% | 0.4% | - |
| XYZ | 7.77 | 3.73 | 12.88 | - |
| YUV | 41.83 | 161.96 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 102 | 0.01 | 1 | 0 | 0.6 | 299.41 | 1 | 0.2 |
| Hex | 65 | 0 | 66 | 1 | 64 | 0 | 3C | 12B | 64 | 14 |
| Octal | 145 | 0 | 146 | 1 | 144 | 0 | 74 | 453 | 144 | 24 |
| Binary | 1100101 | 0 | 1100110 | 1 | 1100100 | 0 | 111100 | 100101011 | 1100100 | 10100 |
Color Harmonies of #650066
Complementary color
Monochromatic Colors of #650066
Black with #650066
Text Example
Text Example
White with #650066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650066; }
p { color: rgb(101,0,102); }
H1.HeaderClassName
{
color: #650066;
}
.AnyTagClassName
{
color: #650066;
}
</style>
background-color css
<style>
a { background-color: #650066; }
a { background-color: rgb(101,0,102); }
div.DivClassName
{
background-color: #650066;
}
.BgClassName
{
background-color: #650066;
}
</style>
border-color css
<style>
span { border-color: #650066; }
span { border-color: rgb(101,0,102); }
td.TdClassName
{
border-color: #650066;
}
.TagClassName
{
border-color: #650066;
}
</style>