Shades of Purple #650071
Tints of Purple #650071
RGB
CMYK
RGB Variations
Color information
#650071 (or 0x650071) is known color: Purple. HEX triplet: 65, 00 and 71. RGB value is (101,0,113). Sum of RGB (Red+Green+Blue) = 101+0+113=214 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.20% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #650071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650071 is #9AFF8E. Grayscale: #2A2A2A. Windows color (decimal): -10157967 or 7405669. OLE color: 7405669.
HSL color Cylindrical-coordinate representation of color #650071: hue angle of 293.63º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #650071 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 0 | 113 | - |
| CMYK | 0.11 | 1 | 0 | 0.56 |
| HSL | 293.63º | 1% | 0.22% | - |
| HSV(B) | 293.63º | 1% | 0.44% | - |
| XYZ | 8.35 | 3.96 | 15.95 | - |
| YUV | 43.08 | 167.46 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 113 | 0.11 | 1 | 0 | 0.56 | 293.63 | 1 | 0.22 |
| Hex | 65 | 0 | 71 | B | 64 | 0 | 38 | 126 | 64 | 16 |
| Octal | 145 | 0 | 161 | 13 | 144 | 0 | 70 | 446 | 144 | 26 |
| Binary | 1100101 | 0 | 1110001 | 1011 | 1100100 | 0 | 111000 | 100100110 | 1100100 | 10110 |
Color Harmonies of #650071
Complementary color
Monochromatic Colors of #650071
Black with #650071
Text Example
Text Example
White with #650071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650071; }
p { color: rgb(101,0,113); }
H1.HeaderClassName
{
color: #650071;
}
.AnyTagClassName
{
color: #650071;
}
</style>
background-color css
<style>
a { background-color: #650071; }
a { background-color: rgb(101,0,113); }
div.DivClassName
{
background-color: #650071;
}
.BgClassName
{
background-color: #650071;
}
</style>
border-color css
<style>
span { border-color: #650071; }
span { border-color: rgb(101,0,113); }
td.TdClassName
{
border-color: #650071;
}
.TagClassName
{
border-color: #650071;
}
</style>