Shades of Blue Violet #7A38DF
Tints of Blue Violet #7A38DF
RGB
CMYK
RGB Variations
Color information
#7A38DF (or 0x7A38DF) is known color: Blue Violet. HEX triplet: 7A, 38 and DF. RGB value is (122,56,223). Sum of RGB (Red+Green+Blue) = 122+56+223=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 56 (22.27% from 255 or 13.97% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A38DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A38DF is #85C720. Grayscale: #5E5E5E. Windows color (decimal): -8767265 or 14628986. OLE color: 14628986.
HSL color Cylindrical-coordinate representation of color #7A38DF: hue angle of 263.71º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A38DF is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 56 | 223 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.13 |
| HSL | 263.71º | 0.72% | 0.55% | - |
| HSV(B) | 263.71º | 0.75% | 0.87% | - |
| XYZ | 22.76 | 12.29 | 70.99 | - |
| YUV | 94.77 | 200.37 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 56 | 223 | 0.45 | 0.75 | 0 | 0.13 | 263.71 | 0.72 | 0.55 |
| Hex | 7A | 38 | DF | 2D | 4B | 0 | D | 108 | 48 | 37 |
| Octal | 172 | 70 | 337 | 55 | 113 | 0 | 15 | 410 | 110 | 67 |
| Binary | 1111010 | 111000 | 11011111 | 101101 | 1001011 | 0 | 1101 | 100001000 | 1001000 | 110111 |
Color Harmonies of #7A38DF
Complementary color
Monochromatic Colors of #7A38DF
Black with #7A38DF
Text Example
Text Example
White with #7A38DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A38DF; }
p { color: rgb(122,56,223); }
H1.HeaderClassName
{
color: #7A38DF;
}
.AnyTagClassName
{
color: #7A38DF;
}
</style>
background-color css
<style>
a { background-color: #7A38DF; }
a { background-color: rgb(122,56,223); }
div.DivClassName
{
background-color: #7A38DF;
}
.BgClassName
{
background-color: #7A38DF;
}
</style>
border-color css
<style>
span { border-color: #7A38DF; }
span { border-color: rgb(122,56,223); }
td.TdClassName
{
border-color: #7A38DF;
}
.TagClassName
{
border-color: #7A38DF;
}
</style>