Shades of Blue Violet #733ADE
Tints of Blue Violet #733ADE
RGB
CMYK
RGB Variations
Color information
#733ADE (or 0x733ADE) is known color: Blue Violet. HEX triplet: 73, 3A and DE. RGB value is (115,58,222). Sum of RGB (Red+Green+Blue) = 115+58+222=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 222 (87.11% from 255 or 56.20% from 395); Max value from RGB is 222 - color contains mainly: blue. Hex color #733ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733ADE is #8CC521. Grayscale: #5D5D5D. Windows color (decimal): -9225506 or 14563955. OLE color: 14563955.
HSL color Cylindrical-coordinate representation of color #733ADE: hue angle of 260.85º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #733ADE is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 58 | 222 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.13 |
| HSL | 260.85º | 0.71% | 0.55% | - |
| HSV(B) | 260.85º | 0.74% | 0.87% | - |
| XYZ | 21.77 | 11.94 | 70.27 | - |
| YUV | 93.74 | 200.38 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 222 | 0.48 | 0.74 | 0 | 0.13 | 260.85 | 0.71 | 0.55 |
| Hex | 73 | 3A | DE | 30 | 4A | 0 | D | 105 | 47 | 37 |
| Octal | 163 | 72 | 336 | 60 | 112 | 0 | 15 | 405 | 107 | 67 |
| Binary | 1110011 | 111010 | 11011110 | 110000 | 1001010 | 0 | 1101 | 100000101 | 1000111 | 110111 |
Color Harmonies of #733ADE
Complementary color
Monochromatic Colors of #733ADE
Black with #733ADE
Text Example
Text Example
White with #733ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733ADE; }
p { color: rgb(115,58,222); }
H1.HeaderClassName
{
color: #733ADE;
}
.AnyTagClassName
{
color: #733ADE;
}
</style>
background-color css
<style>
a { background-color: #733ADE; }
a { background-color: rgb(115,58,222); }
div.DivClassName
{
background-color: #733ADE;
}
.BgClassName
{
background-color: #733ADE;
}
</style>
border-color css
<style>
span { border-color: #733ADE; }
span { border-color: rgb(115,58,222); }
td.TdClassName
{
border-color: #733ADE;
}
.TagClassName
{
border-color: #733ADE;
}
</style>