Shades of Purple #650E7A
Tints of Purple #650E7A
RGB
CMYK
RGB Variations
Color information
#650E7A (or 0x650E7A) is known color: Purple. HEX triplet: 65, 0E and 7A. RGB value is (101,14,122). Sum of RGB (Red+Green+Blue) = 101+14+122=237 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.62% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #650E7A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650E7A is #9AF185. Grayscale: #333333. Windows color (decimal): -10154374 or 7999077. OLE color: 7999077.
HSL color Cylindrical-coordinate representation of color #650E7A: hue angle of 288.33º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #650E7A is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 14 | 122 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.52 |
| HSL | 288.33º | 0.79% | 0.27% | - |
| HSV(B) | 288.33º | 0.89% | 0.48% | - |
| XYZ | 9.04 | 4.49 | 18.8 | - |
| YUV | 52.33 | 167.32 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 14 | 122 | 0.17 | 0.89 | 0 | 0.52 | 288.33 | 0.79 | 0.27 |
| Hex | 65 | E | 7A | 11 | 59 | 0 | 34 | 120 | 4F | 1B |
| Octal | 145 | 16 | 172 | 21 | 131 | 0 | 64 | 440 | 117 | 33 |
| Binary | 1100101 | 1110 | 1111010 | 10001 | 1011001 | 0 | 110100 | 100100000 | 1001111 | 11011 |
Color Harmonies of #650E7A
Complementary color
Monochromatic Colors of #650E7A
Black with #650E7A
Text Example
Text Example
White with #650E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650E7A; }
p { color: rgb(101,14,122); }
H1.HeaderClassName
{
color: #650E7A;
}
.AnyTagClassName
{
color: #650E7A;
}
</style>
background-color css
<style>
a { background-color: #650E7A; }
a { background-color: rgb(101,14,122); }
div.DivClassName
{
background-color: #650E7A;
}
.BgClassName
{
background-color: #650E7A;
}
</style>
border-color css
<style>
span { border-color: #650E7A; }
span { border-color: rgb(101,14,122); }
td.TdClassName
{
border-color: #650E7A;
}
.TagClassName
{
border-color: #650E7A;
}
</style>