Shades of Palatinate Purple #7B2F6B
Tints of Palatinate Purple #7B2F6B
RGB
CMYK
RGB Variations
Color information
#7B2F6B (or 0x7B2F6B) is known color: Palatinate Purple. HEX triplet: 7B, 2F and 6B. RGB value is (123,47,107). Sum of RGB (Red+Green+Blue) = 123+47+107=277 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.40% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2F6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2F6B is #84D094. Grayscale: #4C4C4C. Windows color (decimal): -8704149 or 7024507. OLE color: 7024507.
HSL color Cylindrical-coordinate representation of color #7B2F6B: hue angle of 312.63º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B2F6B is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 47 | 107 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.52 |
| HSL | 312.63º | 0.45% | 0.33% | - |
| HSV(B) | 312.63º | 0.62% | 0.48% | - |
| XYZ | 11.84 | 7.31 | 14.7 | - |
| YUV | 76.56 | 145.18 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 47 | 107 | 0 | 0.62 | 0.13 | 0.52 | 312.63 | 0.45 | 0.33 |
| Hex | 7B | 2F | 6B | 0 | 3E | D | 34 | 139 | 2D | 21 |
| Octal | 173 | 57 | 153 | 0 | 76 | 15 | 64 | 471 | 55 | 41 |
| Binary | 1111011 | 101111 | 1101011 | 0 | 111110 | 1101 | 110100 | 100111001 | 101101 | 100001 |
Color Harmonies of #7B2F6B
Complementary color
Monochromatic Colors of #7B2F6B
Black with #7B2F6B
Text Example
Text Example
White with #7B2F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2F6B; }
p { color: rgb(123,47,107); }
H1.HeaderClassName
{
color: #7B2F6B;
}
.AnyTagClassName
{
color: #7B2F6B;
}
</style>
background-color css
<style>
a { background-color: #7B2F6B; }
a { background-color: rgb(123,47,107); }
div.DivClassName
{
background-color: #7B2F6B;
}
.BgClassName
{
background-color: #7B2F6B;
}
</style>
border-color css
<style>
span { border-color: #7B2F6B; }
span { border-color: rgb(123,47,107); }
td.TdClassName
{
border-color: #7B2F6B;
}
.TagClassName
{
border-color: #7B2F6B;
}
</style>