Shades of Purple #650275
Tints of Purple #650275
RGB
CMYK
RGB Variations
Color information
#650275 (or 0x650275) is known color: Purple. HEX triplet: 65, 02 and 75. RGB value is (101,2,117). Sum of RGB (Red+Green+Blue) = 101+2+117=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #650275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650275 is #9AFD8A. Grayscale: #2C2C2C. Windows color (decimal): -10157451 or 7668325. OLE color: 7668325.
HSL color Cylindrical-coordinate representation of color #650275: hue angle of 291.65º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #650275 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 2 | 117 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.54 |
| HSL | 291.65º | 0.97% | 0.23% | - |
| HSV(B) | 291.65º | 0.98% | 0.46% | - |
| XYZ | 8.6 | 4.09 | 17.17 | - |
| YUV | 44.71 | 168.8 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 117 | 0.14 | 0.98 | 0 | 0.54 | 291.65 | 0.97 | 0.23 |
| Hex | 65 | 2 | 75 | E | 62 | 0 | 36 | 124 | 61 | 17 |
| Octal | 145 | 2 | 165 | 16 | 142 | 0 | 66 | 444 | 141 | 27 |
| Binary | 1100101 | 10 | 1110101 | 1110 | 1100010 | 0 | 110110 | 100100100 | 1100001 | 10111 |
Color Harmonies of #650275
Complementary color
Monochromatic Colors of #650275
Black with #650275
Text Example
Text Example
White with #650275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650275; }
p { color: rgb(101,2,117); }
H1.HeaderClassName
{
color: #650275;
}
.AnyTagClassName
{
color: #650275;
}
</style>
background-color css
<style>
a { background-color: #650275; }
a { background-color: rgb(101,2,117); }
div.DivClassName
{
background-color: #650275;
}
.BgClassName
{
background-color: #650275;
}
</style>
border-color css
<style>
span { border-color: #650275; }
span { border-color: rgb(101,2,117); }
td.TdClassName
{
border-color: #650275;
}
.TagClassName
{
border-color: #650275;
}
</style>