Shades of Vivid Violet #7B278B
Tints of Vivid Violet #7B278B
RGB
CMYK
RGB Variations
Color information
#7B278B (or 0x7B278B) is known color: Vivid Violet. HEX triplet: 7B, 27 and 8B. RGB value is (123,39,139). Sum of RGB (Red+Green+Blue) = 123+39+139=301 (39% of max value = 765). Red value is 123 (48.44% from 255 or 40.86% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #7B278B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B278B is #84D874. Grayscale: #4B4B4B. Windows color (decimal): -8706165 or 9119611. OLE color: 9119611.
HSL color Cylindrical-coordinate representation of color #7B278B: hue angle of 290.4º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B278B is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 39 | 139 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.45 |
| HSL | 290.4º | 0.56% | 0.35% | - |
| HSV(B) | 290.4º | 0.72% | 0.55% | - |
| XYZ | 13.55 | 7.53 | 25.16 | - |
| YUV | 75.52 | 163.83 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 39 | 139 | 0.12 | 0.72 | 0 | 0.45 | 290.4 | 0.56 | 0.35 |
| Hex | 7B | 27 | 8B | C | 48 | 0 | 2D | 122 | 38 | 23 |
| Octal | 173 | 47 | 213 | 14 | 110 | 0 | 55 | 442 | 70 | 43 |
| Binary | 1111011 | 100111 | 10001011 | 1100 | 1001000 | 0 | 101101 | 100100010 | 111000 | 100011 |
Color Harmonies of #7B278B
Complementary color
Monochromatic Colors of #7B278B
Black with #7B278B
Text Example
Text Example
White with #7B278B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B278B; }
p { color: rgb(123,39,139); }
H1.HeaderClassName
{
color: #7B278B;
}
.AnyTagClassName
{
color: #7B278B;
}
</style>
background-color css
<style>
a { background-color: #7B278B; }
a { background-color: rgb(123,39,139); }
div.DivClassName
{
background-color: #7B278B;
}
.BgClassName
{
background-color: #7B278B;
}
</style>
border-color css
<style>
span { border-color: #7B278B; }
span { border-color: rgb(123,39,139); }
td.TdClassName
{
border-color: #7B278B;
}
.TagClassName
{
border-color: #7B278B;
}
</style>