Shades of Purple #650A71
Tints of Purple #650A71
RGB
CMYK
RGB Variations
Color information
#650A71 (or 0x650A71) is known color: Purple. HEX triplet: 65, 0A and 71. RGB value is (101,10,113). Sum of RGB (Red+Green+Blue) = 101+10+113=224 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.09% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #650A71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650A71 is #9AF58E. Grayscale: #303030. Windows color (decimal): -10155407 or 7408229. OLE color: 7408229.
HSL color Cylindrical-coordinate representation of color #650A71: hue angle of 293.01º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #650A71 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 10 | 113 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.56 |
| HSL | 293.01º | 0.84% | 0.24% | - |
| HSV(B) | 293.01º | 0.91% | 0.44% | - |
| XYZ | 8.46 | 4.18 | 15.98 | - |
| YUV | 48.95 | 164.15 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 10 | 113 | 0.11 | 0.91 | 0 | 0.56 | 293.01 | 0.84 | 0.24 |
| Hex | 65 | A | 71 | B | 5B | 0 | 38 | 125 | 54 | 18 |
| Octal | 145 | 12 | 161 | 13 | 133 | 0 | 70 | 445 | 124 | 30 |
| Binary | 1100101 | 1010 | 1110001 | 1011 | 1011011 | 0 | 111000 | 100100101 | 1010100 | 11000 |
Color Harmonies of #650A71
Complementary color
Monochromatic Colors of #650A71
Black with #650A71
Text Example
Text Example
White with #650A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650A71; }
p { color: rgb(101,10,113); }
H1.HeaderClassName
{
color: #650A71;
}
.AnyTagClassName
{
color: #650A71;
}
</style>
background-color css
<style>
a { background-color: #650A71; }
a { background-color: rgb(101,10,113); }
div.DivClassName
{
background-color: #650A71;
}
.BgClassName
{
background-color: #650A71;
}
</style>
border-color css
<style>
span { border-color: #650A71; }
span { border-color: rgb(101,10,113); }
td.TdClassName
{
border-color: #650A71;
}
.TagClassName
{
border-color: #650A71;
}
</style>