Shades of Purple #650373
Tints of Purple #650373
RGB
CMYK
RGB Variations
Color information
#650373 (or 0x650373) is known color: Purple. HEX triplet: 65, 03 and 73. RGB value is (101,3,115). Sum of RGB (Red+Green+Blue) = 101+3+115=219 (29% of max value = 765). Red value is 101 (39.84% from 255 or 46.12% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #650373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650373 is #9AFC8C. Grayscale: #2C2C2C. Windows color (decimal): -10157197 or 7537509. OLE color: 7537509.
HSL color Cylindrical-coordinate representation of color #650373: hue angle of 292.5º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #650373 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 3 | 115 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.55 |
| HSL | 292.5º | 0.95% | 0.23% | - |
| HSV(B) | 292.5º | 0.97% | 0.45% | - |
| XYZ | 8.49 | 4.07 | 16.56 | - |
| YUV | 45.07 | 167.47 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 3 | 115 | 0.12 | 0.97 | 0 | 0.55 | 292.5 | 0.95 | 0.23 |
| Hex | 65 | 3 | 73 | C | 61 | 0 | 37 | 124 | 5F | 17 |
| Octal | 145 | 3 | 163 | 14 | 141 | 0 | 67 | 444 | 137 | 27 |
| Binary | 1100101 | 11 | 1110011 | 1100 | 1100001 | 0 | 110111 | 100100100 | 1011111 | 10111 |
Color Harmonies of #650373
Complementary color
Monochromatic Colors of #650373
Black with #650373
Text Example
Text Example
White with #650373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650373; }
p { color: rgb(101,3,115); }
H1.HeaderClassName
{
color: #650373;
}
.AnyTagClassName
{
color: #650373;
}
</style>
background-color css
<style>
a { background-color: #650373; }
a { background-color: rgb(101,3,115); }
div.DivClassName
{
background-color: #650373;
}
.BgClassName
{
background-color: #650373;
}
</style>
border-color css
<style>
span { border-color: #650373; }
span { border-color: rgb(101,3,115); }
td.TdClassName
{
border-color: #650373;
}
.TagClassName
{
border-color: #650373;
}
</style>