Shades of Royal Purple #7B2BAF
Tints of Royal Purple #7B2BAF
RGB
CMYK
RGB Variations
Color information
#7B2BAF (or 0x7B2BAF) is known color: Royal Purple. HEX triplet: 7B, 2B and AF. RGB value is (123,43,175). Sum of RGB (Red+Green+Blue) = 123+43+175=341 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.07% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #7B2BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2BAF is #84D450. Grayscale: #515151. Windows color (decimal): -8705105 or 11479931. OLE color: 11479931.
HSL color Cylindrical-coordinate representation of color #7B2BAF: hue angle of 276.36º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7B2BAF is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 43 | 175 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.31 |
| HSL | 276.36º | 0.61% | 0.43% | - |
| HSV(B) | 276.36º | 0.75% | 0.69% | - |
| XYZ | 16.77 | 9.03 | 41.42 | - |
| YUV | 81.97 | 180.5 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 43 | 175 | 0.30 | 0.75 | 0 | 0.31 | 276.36 | 0.61 | 0.43 |
| Hex | 7B | 2B | AF | 1E | 4B | 0 | 1F | 114 | 3D | 2B |
| Octal | 173 | 53 | 257 | 36 | 113 | 0 | 37 | 424 | 75 | 53 |
| Binary | 1111011 | 101011 | 10101111 | 11110 | 1001011 | 0 | 11111 | 100010100 | 111101 | 101011 |
Color Harmonies of #7B2BAF
Complementary color
Monochromatic Colors of #7B2BAF
Black with #7B2BAF
Text Example
Text Example
White with #7B2BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2BAF; }
p { color: rgb(123,43,175); }
H1.HeaderClassName
{
color: #7B2BAF;
}
.AnyTagClassName
{
color: #7B2BAF;
}
</style>
background-color css
<style>
a { background-color: #7B2BAF; }
a { background-color: rgb(123,43,175); }
div.DivClassName
{
background-color: #7B2BAF;
}
.BgClassName
{
background-color: #7B2BAF;
}
</style>
border-color css
<style>
span { border-color: #7B2BAF; }
span { border-color: rgb(123,43,175); }
td.TdClassName
{
border-color: #7B2BAF;
}
.TagClassName
{
border-color: #7B2BAF;
}
</style>