Shades of Blue Violet #7533E6
Tints of Blue Violet #7533E6
RGB
CMYK
RGB Variations
Color information
#7533E6 (or 0x7533E6) is known color: Blue Violet. HEX triplet: 75, 33 and E6. RGB value is (117,51,230). Sum of RGB (Red+Green+Blue) = 117+51+230=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 230 (90.23% from 255 or 57.79% from 398); Max value from RGB is 230 - color contains mainly: blue. Hex color #7533E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7533E6 is #8ACC19. Grayscale: #5A5A5A. Windows color (decimal): -9096218 or 15086453. OLE color: 15086453.
HSL color Cylindrical-coordinate representation of color #7533E6: hue angle of 262.12º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7533E6 is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 51 | 230 | - |
| CMYK | 0.49 | 0.78 | 0 | 0.10 |
| HSL | 262.12º | 0.78% | 0.55% | - |
| HSV(B) | 262.12º | 0.78% | 0.9% | - |
| XYZ | 22.8 | 11.86 | 75.95 | - |
| YUV | 91.14 | 206.37 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 51 | 230 | 0.49 | 0.78 | 0 | 0.10 | 262.12 | 0.78 | 0.55 |
| Hex | 75 | 33 | E6 | 31 | 4E | 0 | A | 106 | 4E | 37 |
| Octal | 165 | 63 | 346 | 61 | 116 | 0 | 12 | 406 | 116 | 67 |
| Binary | 1110101 | 110011 | 11100110 | 110001 | 1001110 | 0 | 1010 | 100000110 | 1001110 | 110111 |
Color Harmonies of #7533E6
Complementary color
Monochromatic Colors of #7533E6
Black with #7533E6
Text Example
Text Example
White with #7533E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7533E6; }
p { color: rgb(117,51,230); }
H1.HeaderClassName
{
color: #7533E6;
}
.AnyTagClassName
{
color: #7533E6;
}
</style>
background-color css
<style>
a { background-color: #7533E6; }
a { background-color: rgb(117,51,230); }
div.DivClassName
{
background-color: #7533E6;
}
.BgClassName
{
background-color: #7533E6;
}
</style>
border-color css
<style>
span { border-color: #7533E6; }
span { border-color: rgb(117,51,230); }
td.TdClassName
{
border-color: #7533E6;
}
.TagClassName
{
border-color: #7533E6;
}
</style>