Shades of Purple #650D70
Tints of Purple #650D70
RGB
CMYK
RGB Variations
Color information
#650D70 (or 0x650D70) is known color: Purple. HEX triplet: 65, 0D and 70. RGB value is (101,13,112). Sum of RGB (Red+Green+Blue) = 101+13+112=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 13 (5.47% from 255 or 5.75% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #650D70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650D70 is #9AF28F. Grayscale: #323232. Windows color (decimal): -10154640 or 7343461. OLE color: 7343461.
HSL color Cylindrical-coordinate representation of color #650D70: hue angle of 293.33º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #650D70 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 13 | 112 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.56 |
| HSL | 293.33º | 0.79% | 0.25% | - |
| HSV(B) | 293.33º | 0.88% | 0.44% | - |
| XYZ | 8.44 | 4.22 | 15.7 | - |
| YUV | 50.6 | 162.65 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 13 | 112 | 0.10 | 0.88 | 0 | 0.56 | 293.33 | 0.79 | 0.25 |
| Hex | 65 | D | 70 | A | 58 | 0 | 38 | 125 | 4F | 19 |
| Octal | 145 | 15 | 160 | 12 | 130 | 0 | 70 | 445 | 117 | 31 |
| Binary | 1100101 | 1101 | 1110000 | 1010 | 1011000 | 0 | 111000 | 100100101 | 1001111 | 11001 |
Color Harmonies of #650D70
Complementary color
Monochromatic Colors of #650D70
Black with #650D70
Text Example
Text Example
White with #650D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650D70; }
p { color: rgb(101,13,112); }
H1.HeaderClassName
{
color: #650D70;
}
.AnyTagClassName
{
color: #650D70;
}
</style>
background-color css
<style>
a { background-color: #650D70; }
a { background-color: rgb(101,13,112); }
div.DivClassName
{
background-color: #650D70;
}
.BgClassName
{
background-color: #650D70;
}
</style>
border-color css
<style>
span { border-color: #650D70; }
span { border-color: rgb(101,13,112); }
td.TdClassName
{
border-color: #650D70;
}
.TagClassName
{
border-color: #650D70;
}
</style>