Shades of Palatinate Purple #650B5B
Tints of Palatinate Purple #650B5B
RGB
CMYK
RGB Variations
Color information
#650B5B (or 0x650B5B) is known color: Palatinate Purple. HEX triplet: 65, 0B and 5B. RGB value is (101,11,91). Sum of RGB (Red+Green+Blue) = 101+11+91=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #650B5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650B5B is #9AF4A4. Grayscale: #2E2E2E. Windows color (decimal): -10155173 or 5966693. OLE color: 5966693.
HSL color Cylindrical-coordinate representation of color #650B5B: hue angle of 306.67º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #650B5B is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 11 | 91 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.60 |
| HSL | 306.67º | 0.8% | 0.22% | - |
| HSV(B) | 306.67º | 0.89% | 0.4% | - |
| XYZ | 7.37 | 3.76 | 10.23 | - |
| YUV | 47.03 | 152.82 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 11 | 91 | 0 | 0.89 | 0.10 | 0.60 | 306.67 | 0.8 | 0.22 |
| Hex | 65 | B | 5B | 0 | 59 | A | 3C | 133 | 50 | 16 |
| Octal | 145 | 13 | 133 | 0 | 131 | 12 | 74 | 463 | 120 | 26 |
| Binary | 1100101 | 1011 | 1011011 | 0 | 1011001 | 1010 | 111100 | 100110011 | 1010000 | 10110 |
Color Harmonies of #650B5B
Complementary color
Monochromatic Colors of #650B5B
Black with #650B5B
Text Example
Text Example
White with #650B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650B5B; }
p { color: rgb(101,11,91); }
H1.HeaderClassName
{
color: #650B5B;
}
.AnyTagClassName
{
color: #650B5B;
}
</style>
background-color css
<style>
a { background-color: #650B5B; }
a { background-color: rgb(101,11,91); }
div.DivClassName
{
background-color: #650B5B;
}
.BgClassName
{
background-color: #650B5B;
}
</style>
border-color css
<style>
span { border-color: #650B5B; }
span { border-color: rgb(101,11,91); }
td.TdClassName
{
border-color: #650B5B;
}
.TagClassName
{
border-color: #650B5B;
}
</style>