Shades of Blue Violet #733DEB
Tints of Blue Violet #733DEB
RGB
CMYK
RGB Variations
Color information
#733DEB (or 0x733DEB) is known color: Blue Violet. HEX triplet: 73, 3D and EB. RGB value is (115,61,235). Sum of RGB (Red+Green+Blue) = 115+61+235=411 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.98% from 411); Green value is 61 (24.22% from 255 or 14.84% from 411); Blue value is 235 (92.19% from 255 or 57.18% from 411); Max value from RGB is 235 - color contains mainly: blue. Hex color #733DEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #733DEB is #8CC214. Grayscale: #606060. Windows color (decimal): -9224725 or 15416691. OLE color: 15416691.
HSL color Cylindrical-coordinate representation of color #733DEB: hue angle of 258.62º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #733DEB is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 61 | 235 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.08 |
| HSL | 258.62º | 0.81% | 0.58% | - |
| HSV(B) | 258.62º | 0.74% | 0.92% | - |
| XYZ | 23.73 | 12.98 | 79.85 | - |
| YUV | 96.98 | 205.89 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 61 | 235 | 0.51 | 0.74 | 0 | 0.08 | 258.62 | 0.81 | 0.58 |
| Hex | 73 | 3D | EB | 33 | 4A | 0 | 8 | 103 | 51 | 3A |
| Octal | 163 | 75 | 353 | 63 | 112 | 0 | 10 | 403 | 121 | 72 |
| Binary | 1110011 | 111101 | 11101011 | 110011 | 1001010 | 0 | 1000 | 100000011 | 1010001 | 111010 |
Color Harmonies of #733DEB
Complementary color
Monochromatic Colors of #733DEB
Black with #733DEB
Text Example
Text Example
White with #733DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733DEB; }
p { color: rgb(115,61,235); }
H1.HeaderClassName
{
color: #733DEB;
}
.AnyTagClassName
{
color: #733DEB;
}
</style>
background-color css
<style>
a { background-color: #733DEB; }
a { background-color: rgb(115,61,235); }
div.DivClassName
{
background-color: #733DEB;
}
.BgClassName
{
background-color: #733DEB;
}
</style>
border-color css
<style>
span { border-color: #733DEB; }
span { border-color: rgb(115,61,235); }
td.TdClassName
{
border-color: #733DEB;
}
.TagClassName
{
border-color: #733DEB;
}
</style>