Shades of Purple #650672
Tints of Purple #650672
RGB
CMYK
RGB Variations
Color information
#650672 (or 0x650672) is known color: Purple. HEX triplet: 65, 06 and 72. RGB value is (101,6,114). Sum of RGB (Red+Green+Blue) = 101+6+114=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #650672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650672 is #9AF98D. Grayscale: #2E2E2E. Windows color (decimal): -10156430 or 7472741. OLE color: 7472741.
HSL color Cylindrical-coordinate representation of color #650672: hue angle of 292.78º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #650672 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 6 | 114 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.55 |
| HSL | 292.78º | 0.9% | 0.24% | - |
| HSV(B) | 292.78º | 0.95% | 0.45% | - |
| XYZ | 8.47 | 4.11 | 16.27 | - |
| YUV | 46.72 | 165.97 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 6 | 114 | 0.11 | 0.95 | 0 | 0.55 | 292.78 | 0.9 | 0.24 |
| Hex | 65 | 6 | 72 | B | 5F | 0 | 37 | 125 | 5A | 18 |
| Octal | 145 | 6 | 162 | 13 | 137 | 0 | 67 | 445 | 132 | 30 |
| Binary | 1100101 | 110 | 1110010 | 1011 | 1011111 | 0 | 110111 | 100100101 | 1011010 | 11000 |
Color Harmonies of #650672
Complementary color
Monochromatic Colors of #650672
Black with #650672
Text Example
Text Example
White with #650672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650672; }
p { color: rgb(101,6,114); }
H1.HeaderClassName
{
color: #650672;
}
.AnyTagClassName
{
color: #650672;
}
</style>
background-color css
<style>
a { background-color: #650672; }
a { background-color: rgb(101,6,114); }
div.DivClassName
{
background-color: #650672;
}
.BgClassName
{
background-color: #650672;
}
</style>
border-color css
<style>
span { border-color: #650672; }
span { border-color: rgb(101,6,114); }
td.TdClassName
{
border-color: #650672;
}
.TagClassName
{
border-color: #650672;
}
</style>