Shades of Vivid Violet #7B368F
Tints of Vivid Violet #7B368F
RGB
CMYK
RGB Variations
Color information
#7B368F (or 0x7B368F) is known color: Vivid Violet. HEX triplet: 7B, 36 and 8F. RGB value is (123,54,143). Sum of RGB (Red+Green+Blue) = 123+54+143=320 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.44% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 143 (56.25% from 255 or 44.69% from 320); Max value from RGB is 143 - color contains mainly: blue. Hex color #7B368F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B368F is #84C970. Grayscale: #545454. Windows color (decimal): -8702321 or 9385595. OLE color: 9385595.
HSL color Cylindrical-coordinate representation of color #7B368F: hue angle of 286.52º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B368F is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 54 | 143 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.44 |
| HSL | 286.52º | 0.45% | 0.39% | - |
| HSV(B) | 286.52º | 0.62% | 0.56% | - |
| XYZ | 14.45 | 8.83 | 26.93 | - |
| YUV | 84.78 | 160.86 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 54 | 143 | 0.14 | 0.62 | 0 | 0.44 | 286.52 | 0.45 | 0.39 |
| Hex | 7B | 36 | 8F | E | 3E | 0 | 2C | 11F | 2D | 27 |
| Octal | 173 | 66 | 217 | 16 | 76 | 0 | 54 | 437 | 55 | 47 |
| Binary | 1111011 | 110110 | 10001111 | 1110 | 111110 | 0 | 101100 | 100011111 | 101101 | 100111 |
Color Harmonies of #7B368F
Complementary color
Monochromatic Colors of #7B368F
Black with #7B368F
Text Example
Text Example
White with #7B368F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B368F; }
p { color: rgb(123,54,143); }
H1.HeaderClassName
{
color: #7B368F;
}
.AnyTagClassName
{
color: #7B368F;
}
</style>
background-color css
<style>
a { background-color: #7B368F; }
a { background-color: rgb(123,54,143); }
div.DivClassName
{
background-color: #7B368F;
}
.BgClassName
{
background-color: #7B368F;
}
</style>
border-color css
<style>
span { border-color: #7B368F; }
span { border-color: rgb(123,54,143); }
td.TdClassName
{
border-color: #7B368F;
}
.TagClassName
{
border-color: #7B368F;
}
</style>