Shades of Blue Violet #733DF6
Tints of Blue Violet #733DF6
RGB
CMYK
RGB Variations
Color information
#733DF6 (or 0x733DF6) is known color: Blue Violet. HEX triplet: 73, 3D and F6. RGB value is (115,61,246). Sum of RGB (Red+Green+Blue) = 115+61+246=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 61 (24.22% from 255 or 14.45% from 422); Blue value is 246 (96.48% from 255 or 58.29% from 422); Max value from RGB is 246 - color contains mainly: blue. Hex color #733DF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #733DF6 is #8CC209. Grayscale: #616161. Windows color (decimal): -9224714 or 16137587. OLE color: 16137587.
HSL color Cylindrical-coordinate representation of color #733DF6: hue angle of 257.51º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #733DF6 is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 61 | 246 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.04 |
| HSL | 257.51º | 0.91% | 0.6% | - |
| HSV(B) | 257.51º | 0.75% | 0.96% | - |
| XYZ | 25.37 | 13.64 | 88.48 | - |
| YUV | 98.24 | 211.39 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 61 | 246 | 0.53 | 0.75 | 0 | 0.04 | 257.51 | 0.91 | 0.6 |
| Hex | 73 | 3D | F6 | 35 | 4B | 0 | 4 | 102 | 5B | 3C |
| Octal | 163 | 75 | 366 | 65 | 113 | 0 | 4 | 402 | 133 | 74 |
| Binary | 1110011 | 111101 | 11110110 | 110101 | 1001011 | 0 | 100 | 100000010 | 1011011 | 111100 |
Color Harmonies of #733DF6
Complementary color
Monochromatic Colors of #733DF6
Black with #733DF6
Text Example
Text Example
White with #733DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733DF6; }
p { color: rgb(115,61,246); }
H1.HeaderClassName
{
color: #733DF6;
}
.AnyTagClassName
{
color: #733DF6;
}
</style>
background-color css
<style>
a { background-color: #733DF6; }
a { background-color: rgb(115,61,246); }
div.DivClassName
{
background-color: #733DF6;
}
.BgClassName
{
background-color: #733DF6;
}
</style>
border-color css
<style>
span { border-color: #733DF6; }
span { border-color: rgb(115,61,246); }
td.TdClassName
{
border-color: #733DF6;
}
.TagClassName
{
border-color: #733DF6;
}
</style>