Shades of Palatinate Purple #650F5A
Tints of Palatinate Purple #650F5A
RGB
CMYK
RGB Variations
Color information
#650F5A (or 0x650F5A) is known color: Palatinate Purple. HEX triplet: 65, 0F and 5A. RGB value is (101,15,90). Sum of RGB (Red+Green+Blue) = 101+15+90=206 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.03% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 101 - color contains mainly: red. Hex color #650F5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650F5A is #9AF0A5. Grayscale: #313131. Windows color (decimal): -10154150 or 5902181. OLE color: 5902181.
HSL color Cylindrical-coordinate representation of color #650F5A: hue angle of 307.67º 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 #650F5A is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 15 | 90 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.60 |
| HSL | 307.67º | 0.74% | 0.23% | - |
| HSV(B) | 307.67º | 0.85% | 0.4% | - |
| XYZ | 7.38 | 3.85 | 10.03 | - |
| YUV | 49.26 | 150.99 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 15 | 90 | 0 | 0.85 | 0.11 | 0.60 | 307.67 | 0.74 | 0.23 |
| Hex | 65 | F | 5A | 0 | 55 | B | 3C | 134 | 4A | 17 |
| Octal | 145 | 17 | 132 | 0 | 125 | 13 | 74 | 464 | 112 | 27 |
| Binary | 1100101 | 1111 | 1011010 | 0 | 1010101 | 1011 | 111100 | 100110100 | 1001010 | 10111 |
Color Harmonies of #650F5A
Complementary color
Monochromatic Colors of #650F5A
Black with #650F5A
Text Example
Text Example
White with #650F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650F5A; }
p { color: rgb(101,15,90); }
H1.HeaderClassName
{
color: #650F5A;
}
.AnyTagClassName
{
color: #650F5A;
}
</style>
background-color css
<style>
a { background-color: #650F5A; }
a { background-color: rgb(101,15,90); }
div.DivClassName
{
background-color: #650F5A;
}
.BgClassName
{
background-color: #650F5A;
}
</style>
border-color css
<style>
span { border-color: #650F5A; }
span { border-color: rgb(101,15,90); }
td.TdClassName
{
border-color: #650F5A;
}
.TagClassName
{
border-color: #650F5A;
}
</style>