Shades of Palatinate Purple #75206A
Tints of Palatinate Purple #75206A
RGB
CMYK
RGB Variations
Color information
#75206A (or 0x75206A) is known color: Palatinate Purple. HEX triplet: 75, 20 and 6A. RGB value is (117,32,106). Sum of RGB (Red+Green+Blue) = 117+32+106=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #75206A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75206A is #8ADF95. Grayscale: #414141. Windows color (decimal): -9101206 or 6955125. OLE color: 6955125.
HSL color Cylindrical-coordinate representation of color #75206A: hue angle of 307.76º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75206A is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 32 | 106 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.54 |
| HSL | 307.76º | 0.57% | 0.29% | - |
| HSV(B) | 307.76º | 0.73% | 0.46% | - |
| XYZ | 10.45 | 5.86 | 14.21 | - |
| YUV | 65.85 | 150.66 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 106 | 0 | 0.73 | 0.09 | 0.54 | 307.76 | 0.57 | 0.29 |
| Hex | 75 | 20 | 6A | 0 | 49 | 9 | 36 | 134 | 39 | 1D |
| Octal | 165 | 40 | 152 | 0 | 111 | 11 | 66 | 464 | 71 | 35 |
| Binary | 1110101 | 100000 | 1101010 | 0 | 1001001 | 1001 | 110110 | 100110100 | 111001 | 11101 |
Color Harmonies of #75206A
Complementary color
Monochromatic Colors of #75206A
Black with #75206A
Text Example
Text Example
White with #75206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75206A; }
p { color: rgb(117,32,106); }
H1.HeaderClassName
{
color: #75206A;
}
.AnyTagClassName
{
color: #75206A;
}
</style>
background-color css
<style>
a { background-color: #75206A; }
a { background-color: rgb(117,32,106); }
div.DivClassName
{
background-color: #75206A;
}
.BgClassName
{
background-color: #75206A;
}
</style>
border-color css
<style>
span { border-color: #75206A; }
span { border-color: rgb(117,32,106); }
td.TdClassName
{
border-color: #75206A;
}
.TagClassName
{
border-color: #75206A;
}
</style>