Shades of Blue Violet #752BD7
Tints of Blue Violet #752BD7
RGB
CMYK
RGB Variations
Color information
#752BD7 (or 0x752BD7) is known color: Blue Violet. HEX triplet: 75, 2B and D7. RGB value is (117,43,215). Sum of RGB (Red+Green+Blue) = 117+43+215=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 215 (84.38% from 255 or 57.33% from 375); Max value from RGB is 215 - color contains mainly: blue. Hex color #752BD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752BD7 is #8AD428. Grayscale: #545454. Windows color (decimal): -9098281 or 14101365. OLE color: 14101365.
HSL color Cylindrical-coordinate representation of color #752BD7: hue angle of 265.81º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #752BD7 is Cyan = 0.46, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 43 | 215 | - |
| CMYK | 0.46 | 0.8 | 0 | 0.16 |
| HSL | 265.81º | 0.68% | 0.51% | - |
| HSV(B) | 265.81º | 0.8% | 0.84% | - |
| XYZ | 20.47 | 10.42 | 65.22 | - |
| YUV | 84.73 | 201.52 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 215 | 0.46 | 0.8 | 0 | 0.16 | 265.81 | 0.68 | 0.51 |
| Hex | 75 | 2B | D7 | 2E | 50 | 0 | 10 | 10A | 44 | 33 |
| Octal | 165 | 53 | 327 | 56 | 120 | 0 | 20 | 412 | 104 | 63 |
| Binary | 1110101 | 101011 | 11010111 | 101110 | 1010000 | 0 | 10000 | 100001010 | 1000100 | 110011 |
Color Harmonies of #752BD7
Complementary color
Monochromatic Colors of #752BD7
Black with #752BD7
Text Example
Text Example
White with #752BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752BD7; }
p { color: rgb(117,43,215); }
H1.HeaderClassName
{
color: #752BD7;
}
.AnyTagClassName
{
color: #752BD7;
}
</style>
background-color css
<style>
a { background-color: #752BD7; }
a { background-color: rgb(117,43,215); }
div.DivClassName
{
background-color: #752BD7;
}
.BgClassName
{
background-color: #752BD7;
}
</style>
border-color css
<style>
span { border-color: #752BD7; }
span { border-color: rgb(117,43,215); }
td.TdClassName
{
border-color: #752BD7;
}
.TagClassName
{
border-color: #752BD7;
}
</style>