Shades of Blue Violet #7A26CD
Tints of Blue Violet #7A26CD
RGB
CMYK
RGB Variations
Color information
#7A26CD (or 0x7A26CD) is known color: Blue Violet. HEX triplet: 7A, 26 and CD. RGB value is (122,38,205). Sum of RGB (Red+Green+Blue) = 122+38+205=365 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.42% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A26CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A26CD is #85D932. Grayscale: #515151. Windows color (decimal): -8771891 or 13444730. OLE color: 13444730.
HSL color Cylindrical-coordinate representation of color #7A26CD: hue angle of 270.18º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A26CD is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 38 | 205 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.20 |
| HSL | 270.18º | 0.69% | 0.48% | - |
| HSV(B) | 270.18º | 0.81% | 0.8% | - |
| XYZ | 19.74 | 9.93 | 58.63 | - |
| YUV | 82.15 | 197.33 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 38 | 205 | 0.40 | 0.81 | 0 | 0.20 | 270.18 | 0.69 | 0.48 |
| Hex | 7A | 26 | CD | 28 | 51 | 0 | 14 | 10E | 45 | 30 |
| Octal | 172 | 46 | 315 | 50 | 121 | 0 | 24 | 416 | 105 | 60 |
| Binary | 1111010 | 100110 | 11001101 | 101000 | 1010001 | 0 | 10100 | 100001110 | 1000101 | 110000 |
Color Harmonies of #7A26CD
Complementary color
Monochromatic Colors of #7A26CD
Black with #7A26CD
Text Example
Text Example
White with #7A26CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A26CD; }
p { color: rgb(122,38,205); }
H1.HeaderClassName
{
color: #7A26CD;
}
.AnyTagClassName
{
color: #7A26CD;
}
</style>
background-color css
<style>
a { background-color: #7A26CD; }
a { background-color: rgb(122,38,205); }
div.DivClassName
{
background-color: #7A26CD;
}
.BgClassName
{
background-color: #7A26CD;
}
</style>
border-color css
<style>
span { border-color: #7A26CD; }
span { border-color: rgb(122,38,205); }
td.TdClassName
{
border-color: #7A26CD;
}
.TagClassName
{
border-color: #7A26CD;
}
</style>