Shades of Palatinate Purple #650F62
Tints of Palatinate Purple #650F62
RGB
CMYK
RGB Variations
Color information
#650F62 (or 0x650F62) is known color: Palatinate Purple. HEX triplet: 65, 0F and 62. RGB value is (101,15,98). Sum of RGB (Red+Green+Blue) = 101+15+98=214 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.20% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 101 - color contains mainly: red. Hex color #650F62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650F62 is #9AF09D. Grayscale: #313131. Windows color (decimal): -10154142 or 6426469. OLE color: 6426469.
HSL color Cylindrical-coordinate representation of color #650F62: hue angle of 302.09º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #650F62 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 15 | 98 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.60 |
| HSL | 302.09º | 0.74% | 0.23% | - |
| HSV(B) | 302.09º | 0.85% | 0.4% | - |
| XYZ | 7.74 | 3.99 | 11.92 | - |
| YUV | 50.18 | 154.99 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 15 | 98 | 0 | 0.85 | 0.03 | 0.60 | 302.09 | 0.74 | 0.23 |
| Hex | 65 | F | 62 | 0 | 55 | 3 | 3C | 12E | 4A | 17 |
| Octal | 145 | 17 | 142 | 0 | 125 | 3 | 74 | 456 | 112 | 27 |
| Binary | 1100101 | 1111 | 1100010 | 0 | 1010101 | 11 | 111100 | 100101110 | 1001010 | 10111 |
Color Harmonies of #650F62
Complementary color
Monochromatic Colors of #650F62
Black with #650F62
Text Example
Text Example
White with #650F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650F62; }
p { color: rgb(101,15,98); }
H1.HeaderClassName
{
color: #650F62;
}
.AnyTagClassName
{
color: #650F62;
}
</style>
background-color css
<style>
a { background-color: #650F62; }
a { background-color: rgb(101,15,98); }
div.DivClassName
{
background-color: #650F62;
}
.BgClassName
{
background-color: #650F62;
}
</style>
border-color css
<style>
span { border-color: #650F62; }
span { border-color: rgb(101,15,98); }
td.TdClassName
{
border-color: #650F62;
}
.TagClassName
{
border-color: #650F62;
}
</style>