Shades of Blue Violet #7A1BD2
Tints of Blue Violet #7A1BD2
RGB
CMYK
RGB Variations
Color information
#7A1BD2 (or 0x7A1BD2) is known color: Blue Violet. HEX triplet: 7A, 1B and D2. RGB value is (122,27,210). Sum of RGB (Red+Green+Blue) = 122+27+210=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 27 (10.94% from 255 or 7.52% from 359); Blue value is 210 (82.42% from 255 or 58.50% from 359); Max value from RGB is 210 - color contains mainly: blue. Hex color #7A1BD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1BD2 is #85E42D. Grayscale: #4B4B4B. Windows color (decimal): -8774702 or 13769594. OLE color: 13769594.
HSL color Cylindrical-coordinate representation of color #7A1BD2: hue angle of 271.15º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7A1BD2 is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 27 | 210 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.18 |
| HSL | 271.15º | 0.77% | 0.46% | - |
| HSV(B) | 271.15º | 0.87% | 0.82% | - |
| XYZ | 20.05 | 9.57 | 61.76 | - |
| YUV | 76.27 | 203.47 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 27 | 210 | 0.42 | 0.87 | 0 | 0.18 | 271.15 | 0.77 | 0.46 |
| Hex | 7A | 1B | D2 | 2A | 57 | 0 | 12 | 10F | 4D | 2E |
| Octal | 172 | 33 | 322 | 52 | 127 | 0 | 22 | 417 | 115 | 56 |
| Binary | 1111010 | 11011 | 11010010 | 101010 | 1010111 | 0 | 10010 | 100001111 | 1001101 | 101110 |
Color Harmonies of #7A1BD2
Complementary color
Monochromatic Colors of #7A1BD2
Black with #7A1BD2
Text Example
Text Example
White with #7A1BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1BD2; }
p { color: rgb(122,27,210); }
H1.HeaderClassName
{
color: #7A1BD2;
}
.AnyTagClassName
{
color: #7A1BD2;
}
</style>
background-color css
<style>
a { background-color: #7A1BD2; }
a { background-color: rgb(122,27,210); }
div.DivClassName
{
background-color: #7A1BD2;
}
.BgClassName
{
background-color: #7A1BD2;
}
</style>
border-color css
<style>
span { border-color: #7A1BD2; }
span { border-color: rgb(122,27,210); }
td.TdClassName
{
border-color: #7A1BD2;
}
.TagClassName
{
border-color: #7A1BD2;
}
</style>