Shades of Purple #650064
Tints of Purple #650064
RGB
CMYK
RGB Variations
Color information
#650064 (or 0x650064) is known color: Purple. HEX triplet: 65, 00 and 64. RGB value is (101,0,100). Sum of RGB (Red+Green+Blue) = 101+0+100=201 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.25% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 100 (39.45% from 255 or 49.75% from 201); Max value from RGB is 101 - color contains mainly: red. Hex color #650064 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650064 is #9AFF9B. Grayscale: #292929. Windows color (decimal): -10157980 or 6553701. OLE color: 6553701.
HSL color Cylindrical-coordinate representation of color #650064: hue angle of 300.59º 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 #650064 is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 0 | 100 | - |
| CMYK | 0 | 1 | 0.01 | 0.60 |
| HSL | 300.59º | 1% | 0.2% | - |
| HSV(B) | 300.59º | 1% | 0.4% | - |
| XYZ | 7.67 | 3.69 | 12.36 | - |
| YUV | 41.6 | 160.96 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 100 | 0 | 1 | 0.01 | 0.60 | 300.59 | 1 | 0.2 |
| Hex | 65 | 0 | 64 | 0 | 64 | 1 | 3C | 12D | 64 | 14 |
| Octal | 145 | 0 | 144 | 0 | 144 | 1 | 74 | 455 | 144 | 24 |
| Binary | 1100101 | 0 | 1100100 | 0 | 1100100 | 1 | 111100 | 100101101 | 1100100 | 10100 |
Color Harmonies of #650064
Complementary color
Monochromatic Colors of #650064
Black with #650064
Text Example
Text Example
White with #650064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650064; }
p { color: rgb(101,0,100); }
H1.HeaderClassName
{
color: #650064;
}
.AnyTagClassName
{
color: #650064;
}
</style>
background-color css
<style>
a { background-color: #650064; }
a { background-color: rgb(101,0,100); }
div.DivClassName
{
background-color: #650064;
}
.BgClassName
{
background-color: #650064;
}
</style>
border-color css
<style>
span { border-color: #650064; }
span { border-color: rgb(101,0,100); }
td.TdClassName
{
border-color: #650064;
}
.TagClassName
{
border-color: #650064;
}
</style>