Shades of Blue Violet #752EDF
Tints of Blue Violet #752EDF
RGB
CMYK
RGB Variations
Color information
#752EDF (or 0x752EDF) is known color: Blue Violet. HEX triplet: 75, 2E and DF. RGB value is (117,46,223). Sum of RGB (Red+Green+Blue) = 117+46+223=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 46 (18.36% from 255 or 11.92% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #752EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752EDF is #8AD120. Grayscale: #565656. Windows color (decimal): -9097505 or 14626421. OLE color: 14626421.
HSL color Cylindrical-coordinate representation of color #752EDF: hue angle of 264.07º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #752EDF is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 46 | 223 | - |
| CMYK | 0.48 | 0.79 | 0 | 0.13 |
| HSL | 264.07º | 0.73% | 0.53% | - |
| HSV(B) | 264.07º | 0.79% | 0.87% | - |
| XYZ | 21.63 | 11.06 | 70.81 | - |
| YUV | 87.41 | 204.52 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 223 | 0.48 | 0.79 | 0 | 0.13 | 264.07 | 0.73 | 0.53 |
| Hex | 75 | 2E | DF | 30 | 4F | 0 | D | 108 | 49 | 35 |
| Octal | 165 | 56 | 337 | 60 | 117 | 0 | 15 | 410 | 111 | 65 |
| Binary | 1110101 | 101110 | 11011111 | 110000 | 1001111 | 0 | 1101 | 100001000 | 1001001 | 110101 |
Color Harmonies of #752EDF
Complementary color
Monochromatic Colors of #752EDF
Black with #752EDF
Text Example
Text Example
White with #752EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752EDF; }
p { color: rgb(117,46,223); }
H1.HeaderClassName
{
color: #752EDF;
}
.AnyTagClassName
{
color: #752EDF;
}
</style>
background-color css
<style>
a { background-color: #752EDF; }
a { background-color: rgb(117,46,223); }
div.DivClassName
{
background-color: #752EDF;
}
.BgClassName
{
background-color: #752EDF;
}
</style>
border-color css
<style>
span { border-color: #752EDF; }
span { border-color: rgb(117,46,223); }
td.TdClassName
{
border-color: #752EDF;
}
.TagClassName
{
border-color: #752EDF;
}
</style>