Shades of Purple #650570
Tints of Purple #650570
RGB
CMYK
RGB Variations
Color information
#650570 (or 0x650570) is known color: Purple. HEX triplet: 65, 05 and 70. RGB value is (101,5,112). Sum of RGB (Red+Green+Blue) = 101+5+112=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #650570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650570 is #9AFA8F. Grayscale: #2D2D2D. Windows color (decimal): -10156688 or 7341413. OLE color: 7341413.
HSL color Cylindrical-coordinate representation of color #650570: hue angle of 293.83º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #650570 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 5 | 112 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.56 |
| HSL | 293.83º | 0.91% | 0.23% | - |
| HSV(B) | 293.83º | 0.96% | 0.44% | - |
| XYZ | 8.35 | 4.05 | 15.67 | - |
| YUV | 45.9 | 165.3 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 5 | 112 | 0.10 | 0.96 | 0 | 0.56 | 293.83 | 0.91 | 0.23 |
| Hex | 65 | 5 | 70 | A | 60 | 0 | 38 | 126 | 5B | 17 |
| Octal | 145 | 5 | 160 | 12 | 140 | 0 | 70 | 446 | 133 | 27 |
| Binary | 1100101 | 101 | 1110000 | 1010 | 1100000 | 0 | 111000 | 100100110 | 1011011 | 10111 |
Color Harmonies of #650570
Complementary color
Monochromatic Colors of #650570
Black with #650570
Text Example
Text Example
White with #650570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650570; }
p { color: rgb(101,5,112); }
H1.HeaderClassName
{
color: #650570;
}
.AnyTagClassName
{
color: #650570;
}
</style>
background-color css
<style>
a { background-color: #650570; }
a { background-color: rgb(101,5,112); }
div.DivClassName
{
background-color: #650570;
}
.BgClassName
{
background-color: #650570;
}
</style>
border-color css
<style>
span { border-color: #650570; }
span { border-color: rgb(101,5,112); }
td.TdClassName
{
border-color: #650570;
}
.TagClassName
{
border-color: #650570;
}
</style>