Shades of Blue Violet #793DDC
Tints of Blue Violet #793DDC
RGB
CMYK
RGB Variations
Color information
#793DDC (or 0x793DDC) is known color: Blue Violet. HEX triplet: 79, 3D and DC. RGB value is (121,61,220). Sum of RGB (Red+Green+Blue) = 121+61+220=402 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.10% from 402); Green value is 61 (24.22% from 255 or 15.17% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #793DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793DDC is #86C223. Grayscale: #606060. Windows color (decimal): -8831524 or 14433657. OLE color: 14433657.
HSL color Cylindrical-coordinate representation of color #793DDC: hue angle of 262.64º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #793DDC is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 61 | 220 | - |
| CMYK | 0.45 | 0.72 | 0 | 0.14 |
| HSL | 262.64º | 0.69% | 0.55% | - |
| HSV(B) | 262.64º | 0.72% | 0.86% | - |
| XYZ | 22.47 | 12.57 | 68.95 | - |
| YUV | 97.07 | 197.38 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 61 | 220 | 0.45 | 0.72 | 0 | 0.14 | 262.64 | 0.69 | 0.55 |
| Hex | 79 | 3D | DC | 2D | 48 | 0 | E | 107 | 45 | 37 |
| Octal | 171 | 75 | 334 | 55 | 110 | 0 | 16 | 407 | 105 | 67 |
| Binary | 1111001 | 111101 | 11011100 | 101101 | 1001000 | 0 | 1110 | 100000111 | 1000101 | 110111 |
Color Harmonies of #793DDC
Complementary color
Monochromatic Colors of #793DDC
Black with #793DDC
Text Example
Text Example
White with #793DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793DDC; }
p { color: rgb(121,61,220); }
H1.HeaderClassName
{
color: #793DDC;
}
.AnyTagClassName
{
color: #793DDC;
}
</style>
background-color css
<style>
a { background-color: #793DDC; }
a { background-color: rgb(121,61,220); }
div.DivClassName
{
background-color: #793DDC;
}
.BgClassName
{
background-color: #793DDC;
}
</style>
border-color css
<style>
span { border-color: #793DDC; }
span { border-color: rgb(121,61,220); }
td.TdClassName
{
border-color: #793DDC;
}
.TagClassName
{
border-color: #793DDC;
}
</style>