Shades of Palatinate Purple #650F64
Tints of Palatinate Purple #650F64
RGB
CMYK
RGB Variations
Color information
#650F64 (or 0x650F64) is known color: Palatinate Purple. HEX triplet: 65, 0F and 64. RGB value is (101,15,100). Sum of RGB (Red+Green+Blue) = 101+15+100=216 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.76% from 216); Green value is 15 (6.25% from 255 or 6.94% from 216); Blue value is 100 (39.45% from 255 or 46.30% from 216); Max value from RGB is 101 - color contains mainly: red. Hex color #650F64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650F64 is #9AF09B. Grayscale: #323232. Windows color (decimal): -10154140 or 6557541. OLE color: 6557541.
HSL color Cylindrical-coordinate representation of color #650F64: hue angle of 300.7º 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 #650F64 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 15 | 100 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.60 |
| HSL | 300.7º | 0.74% | 0.23% | - |
| HSV(B) | 300.7º | 0.85% | 0.4% | - |
| XYZ | 7.84 | 4.03 | 12.42 | - |
| YUV | 50.4 | 155.99 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 15 | 100 | 0 | 0.85 | 0.01 | 0.60 | 300.7 | 0.74 | 0.23 |
| Hex | 65 | F | 64 | 0 | 55 | 1 | 3C | 12D | 4A | 17 |
| Octal | 145 | 17 | 144 | 0 | 125 | 1 | 74 | 455 | 112 | 27 |
| Binary | 1100101 | 1111 | 1100100 | 0 | 1010101 | 1 | 111100 | 100101101 | 1001010 | 10111 |
Color Harmonies of #650F64
Complementary color
Monochromatic Colors of #650F64
Black with #650F64
Text Example
Text Example
White with #650F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650F64; }
p { color: rgb(101,15,100); }
H1.HeaderClassName
{
color: #650F64;
}
.AnyTagClassName
{
color: #650F64;
}
</style>
background-color css
<style>
a { background-color: #650F64; }
a { background-color: rgb(101,15,100); }
div.DivClassName
{
background-color: #650F64;
}
.BgClassName
{
background-color: #650F64;
}
</style>
border-color css
<style>
span { border-color: #650F64; }
span { border-color: rgb(101,15,100); }
td.TdClassName
{
border-color: #650F64;
}
.TagClassName
{
border-color: #650F64;
}
</style>