Shades of Purple #650A70
Tints of Purple #650A70
RGB
CMYK
RGB Variations
Color information
#650A70 (or 0x650A70) is known color: Purple. HEX triplet: 65, 0A and 70. RGB value is (101,10,112). Sum of RGB (Red+Green+Blue) = 101+10+112=223 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.29% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #650A70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650A70 is #9AF58F. Grayscale: #303030. Windows color (decimal): -10155408 or 7342693. OLE color: 7342693.
HSL color Cylindrical-coordinate representation of color #650A70: hue angle of 293.53º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #650A70 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 10 | 112 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.56 |
| HSL | 293.53º | 0.84% | 0.24% | - |
| HSV(B) | 293.53º | 0.91% | 0.44% | - |
| XYZ | 8.4 | 4.15 | 15.69 | - |
| YUV | 48.84 | 163.65 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 10 | 112 | 0.10 | 0.91 | 0 | 0.56 | 293.53 | 0.84 | 0.24 |
| Hex | 65 | A | 70 | A | 5B | 0 | 38 | 126 | 54 | 18 |
| Octal | 145 | 12 | 160 | 12 | 133 | 0 | 70 | 446 | 124 | 30 |
| Binary | 1100101 | 1010 | 1110000 | 1010 | 1011011 | 0 | 111000 | 100100110 | 1010100 | 11000 |
Color Harmonies of #650A70
Complementary color
Monochromatic Colors of #650A70
Black with #650A70
Text Example
Text Example
White with #650A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650A70; }
p { color: rgb(101,10,112); }
H1.HeaderClassName
{
color: #650A70;
}
.AnyTagClassName
{
color: #650A70;
}
</style>
background-color css
<style>
a { background-color: #650A70; }
a { background-color: rgb(101,10,112); }
div.DivClassName
{
background-color: #650A70;
}
.BgClassName
{
background-color: #650A70;
}
</style>
border-color css
<style>
span { border-color: #650A70; }
span { border-color: rgb(101,10,112); }
td.TdClassName
{
border-color: #650A70;
}
.TagClassName
{
border-color: #650A70;
}
</style>