Shades of Palatinate Purple #751A6A
Tints of Palatinate Purple #751A6A
RGB
CMYK
RGB Variations
Color information
#751A6A (or 0x751A6A) is known color: Palatinate Purple. HEX triplet: 75, 1A and 6A. RGB value is (117,26,106). Sum of RGB (Red+Green+Blue) = 117+26+106=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #751A6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751A6A is #8AE595. Grayscale: #3E3E3E. Windows color (decimal): -9102742 or 6953589. OLE color: 6953589.
HSL color Cylindrical-coordinate representation of color #751A6A: hue angle of 307.25º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #751A6A is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 26 | 106 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.54 |
| HSL | 307.25º | 0.64% | 0.28% | - |
| HSV(B) | 307.25º | 0.78% | 0.46% | - |
| XYZ | 10.31 | 5.56 | 14.17 | - |
| YUV | 62.33 | 152.65 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 26 | 106 | 0 | 0.78 | 0.09 | 0.54 | 307.25 | 0.64 | 0.28 |
| Hex | 75 | 1A | 6A | 0 | 4E | 9 | 36 | 133 | 40 | 1C |
| Octal | 165 | 32 | 152 | 0 | 116 | 11 | 66 | 463 | 100 | 34 |
| Binary | 1110101 | 11010 | 1101010 | 0 | 1001110 | 1001 | 110110 | 100110011 | 1000000 | 11100 |
Color Harmonies of #751A6A
Complementary color
Monochromatic Colors of #751A6A
Black with #751A6A
Text Example
Text Example
White with #751A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751A6A; }
p { color: rgb(117,26,106); }
H1.HeaderClassName
{
color: #751A6A;
}
.AnyTagClassName
{
color: #751A6A;
}
</style>
background-color css
<style>
a { background-color: #751A6A; }
a { background-color: rgb(117,26,106); }
div.DivClassName
{
background-color: #751A6A;
}
.BgClassName
{
background-color: #751A6A;
}
</style>
border-color css
<style>
span { border-color: #751A6A; }
span { border-color: rgb(117,26,106); }
td.TdClassName
{
border-color: #751A6A;
}
.TagClassName
{
border-color: #751A6A;
}
</style>