Shades of Vivid Violet #7B2483
Tints of Vivid Violet #7B2483
RGB
CMYK
RGB Variations
Color information
#7B2483 (or 0x7B2483) is known color: Vivid Violet. HEX triplet: 7B, 24 and 83. RGB value is (123,36,131). Sum of RGB (Red+Green+Blue) = 123+36+131=290 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.41% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 131 (51.56% from 255 or 45.17% from 290); Max value from RGB is 131 - color contains mainly: blue. Hex color #7B2483 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2483 is #84DB7C. Grayscale: #484848. Windows color (decimal): -8706941 or 8594555. OLE color: 8594555.
HSL color Cylindrical-coordinate representation of color #7B2483: hue angle of 294.95º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7B2483 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 123 | 36 | 131 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.49 |
| HSL | 294.95º | 0.57% | 0.33% | - |
| HSV(B) | 294.95º | 0.73% | 0.51% | - |
| XYZ | 12.9 | 7.11 | 22.17 | - |
| YUV | 72.84 | 160.82 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 36 | 131 | 0.06 | 0.73 | 0 | 0.49 | 294.95 | 0.57 | 0.33 |
| Hex | 7B | 24 | 83 | 6 | 49 | 0 | 31 | 127 | 39 | 21 |
| Octal | 173 | 44 | 203 | 6 | 111 | 0 | 61 | 447 | 71 | 41 |
| Binary | 1111011 | 100100 | 10000011 | 110 | 1001001 | 0 | 110001 | 100100111 | 111001 | 100001 |
Color Harmonies of #7B2483
Complementary color
Monochromatic Colors of #7B2483
Black with #7B2483
Text Example
Text Example
White with #7B2483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2483; }
p { color: rgb(123,36,131); }
H1.HeaderClassName
{
color: #7B2483;
}
.AnyTagClassName
{
color: #7B2483;
}
</style>
background-color css
<style>
a { background-color: #7B2483; }
a { background-color: rgb(123,36,131); }
div.DivClassName
{
background-color: #7B2483;
}
.BgClassName
{
background-color: #7B2483;
}
</style>
border-color css
<style>
span { border-color: #7B2483; }
span { border-color: rgb(123,36,131); }
td.TdClassName
{
border-color: #7B2483;
}
.TagClassName
{
border-color: #7B2483;
}
</style>