Shades of Palatinate Purple #74166B
Tints of Palatinate Purple #74166B
RGB
CMYK
RGB Variations
Color information
#74166B (or 0x74166B) is known color: Palatinate Purple. HEX triplet: 74, 16 and 6B. RGB value is (116,22,107). Sum of RGB (Red+Green+Blue) = 116+22+107=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #74166B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74166B is #8BE994. Grayscale: #3B3B3B. Windows color (decimal): -9169301 or 7018100. OLE color: 7018100.
HSL color Cylindrical-coordinate representation of color #74166B: hue angle of 305.74º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74166B is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 22 | 107 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.55 |
| HSL | 305.74º | 0.68% | 0.27% | - |
| HSV(B) | 305.74º | 0.81% | 0.45% | - |
| XYZ | 10.14 | 5.35 | 14.41 | - |
| YUV | 59.8 | 154.64 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 22 | 107 | 0 | 0.81 | 0.08 | 0.55 | 305.74 | 0.68 | 0.27 |
| Hex | 74 | 16 | 6B | 0 | 51 | 8 | 37 | 132 | 44 | 1B |
| Octal | 164 | 26 | 153 | 0 | 121 | 10 | 67 | 462 | 104 | 33 |
| Binary | 1110100 | 10110 | 1101011 | 0 | 1010001 | 1000 | 110111 | 100110010 | 1000100 | 11011 |
Color Harmonies of #74166B
Complementary color
Monochromatic Colors of #74166B
Black with #74166B
Text Example
Text Example
White with #74166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74166B; }
p { color: rgb(116,22,107); }
H1.HeaderClassName
{
color: #74166B;
}
.AnyTagClassName
{
color: #74166B;
}
</style>
background-color css
<style>
a { background-color: #74166B; }
a { background-color: rgb(116,22,107); }
div.DivClassName
{
background-color: #74166B;
}
.BgClassName
{
background-color: #74166B;
}
</style>
border-color css
<style>
span { border-color: #74166B; }
span { border-color: rgb(116,22,107); }
td.TdClassName
{
border-color: #74166B;
}
.TagClassName
{
border-color: #74166B;
}
</style>