Shades of Blue Violet #752BE1
Tints of Blue Violet #752BE1
RGB
CMYK
RGB Variations
Color information
#752BE1 (or 0x752BE1) is known color: Blue Violet. HEX triplet: 75, 2B and E1. RGB value is (117,43,225). Sum of RGB (Red+Green+Blue) = 117+43+225=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 225 (88.28% from 255 or 58.44% from 385); Max value from RGB is 225 - color contains mainly: blue. Hex color #752BE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752BE1 is #8AD41E. Grayscale: #555555. Windows color (decimal): -9098271 or 14756725. OLE color: 14756725.
HSL color Cylindrical-coordinate representation of color #752BE1: hue angle of 264.4º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #752BE1 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 43 | 225 | - |
| CMYK | 0.48 | 0.81 | 0 | 0.12 |
| HSL | 264.4º | 0.75% | 0.53% | - |
| HSV(B) | 264.4º | 0.81% | 0.88% | - |
| XYZ | 21.79 | 10.95 | 72.2 | - |
| YUV | 85.87 | 206.52 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 225 | 0.48 | 0.81 | 0 | 0.12 | 264.4 | 0.75 | 0.53 |
| Hex | 75 | 2B | E1 | 30 | 51 | 0 | C | 108 | 4B | 35 |
| Octal | 165 | 53 | 341 | 60 | 121 | 0 | 14 | 410 | 113 | 65 |
| Binary | 1110101 | 101011 | 11100001 | 110000 | 1010001 | 0 | 1100 | 100001000 | 1001011 | 110101 |
Color Harmonies of #752BE1
Complementary color
Monochromatic Colors of #752BE1
Black with #752BE1
Text Example
Text Example
White with #752BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752BE1; }
p { color: rgb(117,43,225); }
H1.HeaderClassName
{
color: #752BE1;
}
.AnyTagClassName
{
color: #752BE1;
}
</style>
background-color css
<style>
a { background-color: #752BE1; }
a { background-color: rgb(117,43,225); }
div.DivClassName
{
background-color: #752BE1;
}
.BgClassName
{
background-color: #752BE1;
}
</style>
border-color css
<style>
span { border-color: #752BE1; }
span { border-color: rgb(117,43,225); }
td.TdClassName
{
border-color: #752BE1;
}
.TagClassName
{
border-color: #752BE1;
}
</style>