Shades of Palatinate Purple #74176B
Tints of Palatinate Purple #74176B
RGB
CMYK
RGB Variations
Color information
#74176B (or 0x74176B) is known color: Palatinate Purple. HEX triplet: 74, 17 and 6B. RGB value is (116,23,107). Sum of RGB (Red+Green+Blue) = 116+23+107=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #74176B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74176B is #8BE894. Grayscale: #3C3C3C. Windows color (decimal): -9169045 or 7018356. OLE color: 7018356.
HSL color Cylindrical-coordinate representation of color #74176B: hue angle of 305.81º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74176B is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 23 | 107 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.55 |
| HSL | 305.81º | 0.67% | 0.27% | - |
| HSV(B) | 305.81º | 0.8% | 0.45% | - |
| XYZ | 10.16 | 5.39 | 14.41 | - |
| YUV | 60.38 | 154.31 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 23 | 107 | 0 | 0.80 | 0.08 | 0.55 | 305.81 | 0.67 | 0.27 |
| Hex | 74 | 17 | 6B | 0 | 50 | 8 | 37 | 132 | 43 | 1B |
| Octal | 164 | 27 | 153 | 0 | 120 | 10 | 67 | 462 | 103 | 33 |
| Binary | 1110100 | 10111 | 1101011 | 0 | 1010000 | 1000 | 110111 | 100110010 | 1000011 | 11011 |
Color Harmonies of #74176B
Complementary color
Monochromatic Colors of #74176B
Black with #74176B
Text Example
Text Example
White with #74176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74176B; }
p { color: rgb(116,23,107); }
H1.HeaderClassName
{
color: #74176B;
}
.AnyTagClassName
{
color: #74176B;
}
</style>
background-color css
<style>
a { background-color: #74176B; }
a { background-color: rgb(116,23,107); }
div.DivClassName
{
background-color: #74176B;
}
.BgClassName
{
background-color: #74176B;
}
</style>
border-color css
<style>
span { border-color: #74176B; }
span { border-color: rgb(116,23,107); }
td.TdClassName
{
border-color: #74176B;
}
.TagClassName
{
border-color: #74176B;
}
</style>