Shades of Purple #650B73
Tints of Purple #650B73
RGB
CMYK
RGB Variations
Color information
#650B73 (or 0x650B73) is known color: Purple. HEX triplet: 65, 0B and 73. RGB value is (101,11,115). Sum of RGB (Red+Green+Blue) = 101+11+115=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #650B73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650B73 is #9AF48C. Grayscale: #313131. Windows color (decimal): -10155149 or 7539557. OLE color: 7539557.
HSL color Cylindrical-coordinate representation of color #650B73: hue angle of 291.92º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #650B73 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 11 | 115 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.55 |
| HSL | 291.92º | 0.83% | 0.25% | - |
| HSV(B) | 291.92º | 0.9% | 0.45% | - |
| XYZ | 8.58 | 4.24 | 16.59 | - |
| YUV | 49.77 | 164.82 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 11 | 115 | 0.12 | 0.90 | 0 | 0.55 | 291.92 | 0.83 | 0.25 |
| Hex | 65 | B | 73 | C | 5A | 0 | 37 | 124 | 53 | 19 |
| Octal | 145 | 13 | 163 | 14 | 132 | 0 | 67 | 444 | 123 | 31 |
| Binary | 1100101 | 1011 | 1110011 | 1100 | 1011010 | 0 | 110111 | 100100100 | 1010011 | 11001 |
Color Harmonies of #650B73
Complementary color
Monochromatic Colors of #650B73
Black with #650B73
Text Example
Text Example
White with #650B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650B73; }
p { color: rgb(101,11,115); }
H1.HeaderClassName
{
color: #650B73;
}
.AnyTagClassName
{
color: #650B73;
}
</style>
background-color css
<style>
a { background-color: #650B73; }
a { background-color: rgb(101,11,115); }
div.DivClassName
{
background-color: #650B73;
}
.BgClassName
{
background-color: #650B73;
}
</style>
border-color css
<style>
span { border-color: #650B73; }
span { border-color: rgb(101,11,115); }
td.TdClassName
{
border-color: #650B73;
}
.TagClassName
{
border-color: #650B73;
}
</style>