Shades of Blue Violet #793DED
Tints of Blue Violet #793DED
RGB
CMYK
RGB Variations
Color information
#793DED (or 0x793DED) is known color: Blue Violet. HEX triplet: 79, 3D and ED. RGB value is (121,61,237). Sum of RGB (Red+Green+Blue) = 121+61+237=419 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.88% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #793DED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #793DED is #86C212. Grayscale: #626262. Windows color (decimal): -8831507 or 15547769. OLE color: 15547769.
HSL color Cylindrical-coordinate representation of color #793DED: hue angle of 260.45º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #793DED is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 121 | 61 | 237 | - |
| CMYK | 0.49 | 0.74 | 0 | 0.07 |
| HSL | 260.45º | 0.83% | 0.58% | - |
| HSV(B) | 260.45º | 0.74% | 0.93% | - |
| XYZ | 24.84 | 13.52 | 81.42 | - |
| YUV | 99 | 205.88 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 61 | 237 | 0.49 | 0.74 | 0 | 0.07 | 260.45 | 0.83 | 0.58 |
| Hex | 79 | 3D | ED | 31 | 4A | 0 | 7 | 104 | 53 | 3A |
| Octal | 171 | 75 | 355 | 61 | 112 | 0 | 7 | 404 | 123 | 72 |
| Binary | 1111001 | 111101 | 11101101 | 110001 | 1001010 | 0 | 111 | 100000100 | 1010011 | 111010 |
Color Harmonies of #793DED
Complementary color
Monochromatic Colors of #793DED
Black with #793DED
Text Example
Text Example
White with #793DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793DED; }
p { color: rgb(121,61,237); }
H1.HeaderClassName
{
color: #793DED;
}
.AnyTagClassName
{
color: #793DED;
}
</style>
background-color css
<style>
a { background-color: #793DED; }
a { background-color: rgb(121,61,237); }
div.DivClassName
{
background-color: #793DED;
}
.BgClassName
{
background-color: #793DED;
}
</style>
border-color css
<style>
span { border-color: #793DED; }
span { border-color: rgb(121,61,237); }
td.TdClassName
{
border-color: #793DED;
}
.TagClassName
{
border-color: #793DED;
}
</style>