Shades of Palatinate Purple #652F5E
Tints of Palatinate Purple #652F5E
RGB
CMYK
RGB Variations
Color information
#652F5E (or 0x652F5E) is known color: Palatinate Purple. HEX triplet: 65, 2F and 5E. RGB value is (101,47,94). Sum of RGB (Red+Green+Blue) = 101+47+94=242 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.74% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 101 - color contains mainly: red. Hex color #652F5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652F5E is #9AD0A1. Grayscale: #444444. Windows color (decimal): -10145954 or 6172517. OLE color: 6172517.
HSL color Cylindrical-coordinate representation of color #652F5E: hue angle of 307.78º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #652F5E is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
RGB | 101 | 47 | 94 | - |
CMYK | 0 | 0.53 | 0.07 | 0.60 |
HSL | 307.78º | 0.36% | 0.29% | - |
HSV(B) | 307.78º | 0.53% | 0.4% | - |
XYZ | 8.4 | 5.61 | 11.23 | - |
YUV | 68.5 | 142.39 | 151.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 101 | 47 | 94 | 0 | 0.53 | 0.07 | 0.60 | 307.78 | 0.36 | 0.29 |
Hex | 65 | 2F | 5E | 0 | 35 | 7 | 3C | 134 | 24 | 1D |
Octal | 145 | 57 | 136 | 0 | 65 | 7 | 74 | 464 | 44 | 35 |
Binary | 1100101 | 101111 | 1011110 | 0 | 110101 | 111 | 111100 | 100110100 | 100100 | 11101 |
Color Harmonies of #652F5E
Complementary color
Monochromatic Colors of #652F5E
Black with #652F5E
Text Example
Text Example
White with #652F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652F5E; }
p { color: rgb(101,47,94); }
H1.HeaderClassName
{
color: #652F5E;
}
.AnyTagClassName
{
color: #652F5E;
}
</style>
background-color css
<style>
a { background-color: #652F5E; }
a { background-color: rgb(101,47,94); }
div.DivClassName
{
background-color: #652F5E;
}
.BgClassName
{
background-color: #652F5E;
}
</style>
border-color css
<style>
span { border-color: #652F5E; }
span { border-color: rgb(101,47,94); }
td.TdClassName
{
border-color: #652F5E;
}
.TagClassName
{
border-color: #652F5E;
}
</style>