Shades of Palatinate Purple #650F68
Tints of Palatinate Purple #650F68
RGB
CMYK
RGB Variations
Color information
#650F68 (or 0x650F68) is known color: Palatinate Purple. HEX triplet: 65, 0F and 68. RGB value is (101,15,104). Sum of RGB (Red+Green+Blue) = 101+15+104=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #650F68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650F68 is #9AF097. Grayscale: #323232. Windows color (decimal): -10154136 or 6819685. OLE color: 6819685.
HSL color Cylindrical-coordinate representation of color #650F68: hue angle of 297.98º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #650F68 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 15 | 104 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.59 |
| HSL | 297.98º | 0.75% | 0.23% | - |
| HSV(B) | 297.98º | 0.86% | 0.41% | - |
| XYZ | 8.04 | 4.11 | 13.47 | - |
| YUV | 50.86 | 157.99 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 15 | 104 | 0.03 | 0.86 | 0 | 0.59 | 297.98 | 0.75 | 0.23 |
| Hex | 65 | F | 68 | 3 | 56 | 0 | 3B | 12A | 4B | 17 |
| Octal | 145 | 17 | 150 | 3 | 126 | 0 | 73 | 452 | 113 | 27 |
| Binary | 1100101 | 1111 | 1101000 | 11 | 1010110 | 0 | 111011 | 100101010 | 1001011 | 10111 |
Color Harmonies of #650F68
Complementary color
Monochromatic Colors of #650F68
Black with #650F68
Text Example
Text Example
White with #650F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650F68; }
p { color: rgb(101,15,104); }
H1.HeaderClassName
{
color: #650F68;
}
.AnyTagClassName
{
color: #650F68;
}
</style>
background-color css
<style>
a { background-color: #650F68; }
a { background-color: rgb(101,15,104); }
div.DivClassName
{
background-color: #650F68;
}
.BgClassName
{
background-color: #650F68;
}
</style>
border-color css
<style>
span { border-color: #650F68; }
span { border-color: rgb(101,15,104); }
td.TdClassName
{
border-color: #650F68;
}
.TagClassName
{
border-color: #650F68;
}
</style>