Shades of Palatinate Purple #74266B
Tints of Palatinate Purple #74266B
RGB
CMYK
RGB Variations
Color information
#74266B (or 0x74266B) is known color: Palatinate Purple. HEX triplet: 74, 26 and 6B. RGB value is (116,38,107). Sum of RGB (Red+Green+Blue) = 116+38+107=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #74266B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74266B is #8BD994. Grayscale: #444444. Windows color (decimal): -9165205 or 7022196. OLE color: 7022196.
HSL color Cylindrical-coordinate representation of color #74266B: hue angle of 306.92º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74266B is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 38 | 107 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.55 |
| HSL | 306.92º | 0.51% | 0.3% | - |
| HSV(B) | 306.92º | 0.67% | 0.45% | - |
| XYZ | 10.55 | 6.16 | 14.54 | - |
| YUV | 69.19 | 149.34 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 38 | 107 | 0 | 0.67 | 0.08 | 0.55 | 306.92 | 0.51 | 0.3 |
| Hex | 74 | 26 | 6B | 0 | 43 | 8 | 37 | 133 | 33 | 1E |
| Octal | 164 | 46 | 153 | 0 | 103 | 10 | 67 | 463 | 63 | 36 |
| Binary | 1110100 | 100110 | 1101011 | 0 | 1000011 | 1000 | 110111 | 100110011 | 110011 | 11110 |
Color Harmonies of #74266B
Complementary color
Monochromatic Colors of #74266B
Black with #74266B
Text Example
Text Example
White with #74266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74266B; }
p { color: rgb(116,38,107); }
H1.HeaderClassName
{
color: #74266B;
}
.AnyTagClassName
{
color: #74266B;
}
</style>
background-color css
<style>
a { background-color: #74266B; }
a { background-color: rgb(116,38,107); }
div.DivClassName
{
background-color: #74266B;
}
.BgClassName
{
background-color: #74266B;
}
</style>
border-color css
<style>
span { border-color: #74266B; }
span { border-color: rgb(116,38,107); }
td.TdClassName
{
border-color: #74266B;
}
.TagClassName
{
border-color: #74266B;
}
</style>