Shades of Purple #650070
Tints of Purple #650070
RGB
CMYK
RGB Variations
Color information
#650070 (or 0x650070) is known color: Purple. HEX triplet: 65, 00 and 70. RGB value is (101,0,112). Sum of RGB (Red+Green+Blue) = 101+0+112=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #650070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650070 is #9AFF8F. Grayscale: #2A2A2A. Windows color (decimal): -10157968 or 7340133. OLE color: 7340133.
HSL color Cylindrical-coordinate representation of color #650070: hue angle of 294.11º 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 #650070 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 0 | 112 | - |
| CMYK | 0.10 | 1 | 0 | 0.56 |
| HSL | 294.11º | 1% | 0.22% | - |
| HSV(B) | 294.11º | 1% | 0.44% | - |
| XYZ | 8.29 | 3.94 | 15.65 | - |
| YUV | 42.97 | 166.96 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 112 | 0.10 | 1 | 0 | 0.56 | 294.11 | 1 | 0.22 |
| Hex | 65 | 0 | 70 | A | 64 | 0 | 38 | 126 | 64 | 16 |
| Octal | 145 | 0 | 160 | 12 | 144 | 0 | 70 | 446 | 144 | 26 |
| Binary | 1100101 | 0 | 1110000 | 1010 | 1100100 | 0 | 111000 | 100100110 | 1100100 | 10110 |
Color Harmonies of #650070
Complementary color
Monochromatic Colors of #650070
Black with #650070
Text Example
Text Example
White with #650070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650070; }
p { color: rgb(101,0,112); }
H1.HeaderClassName
{
color: #650070;
}
.AnyTagClassName
{
color: #650070;
}
</style>
background-color css
<style>
a { background-color: #650070; }
a { background-color: rgb(101,0,112); }
div.DivClassName
{
background-color: #650070;
}
.BgClassName
{
background-color: #650070;
}
</style>
border-color css
<style>
span { border-color: #650070; }
span { border-color: rgb(101,0,112); }
td.TdClassName
{
border-color: #650070;
}
.TagClassName
{
border-color: #650070;
}
</style>