Shades of Purple #650875
Tints of Purple #650875
RGB
CMYK
RGB Variations
Color information
#650875 (or 0x650875) is known color: Purple. HEX triplet: 65, 08 and 75. RGB value is (101,8,117). Sum of RGB (Red+Green+Blue) = 101+8+117=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #650875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650875 is #9AF78A. Grayscale: #2F2F2F. Windows color (decimal): -10155915 or 7669861. OLE color: 7669861.
HSL color Cylindrical-coordinate representation of color #650875: hue angle of 291.19º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #650875 is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 8 | 117 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.54 |
| HSL | 291.19º | 0.87% | 0.25% | - |
| HSV(B) | 291.19º | 0.93% | 0.46% | - |
| XYZ | 8.66 | 4.22 | 17.19 | - |
| YUV | 48.23 | 166.81 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 8 | 117 | 0.14 | 0.93 | 0 | 0.54 | 291.19 | 0.87 | 0.25 |
| Hex | 65 | 8 | 75 | E | 5D | 0 | 36 | 123 | 57 | 19 |
| Octal | 145 | 10 | 165 | 16 | 135 | 0 | 66 | 443 | 127 | 31 |
| Binary | 1100101 | 1000 | 1110101 | 1110 | 1011101 | 0 | 110110 | 100100011 | 1010111 | 11001 |
Color Harmonies of #650875
Complementary color
Monochromatic Colors of #650875
Black with #650875
Text Example
Text Example
White with #650875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650875; }
p { color: rgb(101,8,117); }
H1.HeaderClassName
{
color: #650875;
}
.AnyTagClassName
{
color: #650875;
}
</style>
background-color css
<style>
a { background-color: #650875; }
a { background-color: rgb(101,8,117); }
div.DivClassName
{
background-color: #650875;
}
.BgClassName
{
background-color: #650875;
}
</style>
border-color css
<style>
span { border-color: #650875; }
span { border-color: rgb(101,8,117); }
td.TdClassName
{
border-color: #650875;
}
.TagClassName
{
border-color: #650875;
}
</style>