Shades of Blue Violet #752DDC
Tints of Blue Violet #752DDC
RGB
CMYK
RGB Variations
Color information
#752DDC (or 0x752DDC) is known color: Blue Violet. HEX triplet: 75, 2D and DC. RGB value is (117,45,220). Sum of RGB (Red+Green+Blue) = 117+45+220=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 45 (17.97% from 255 or 11.78% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #752DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752DDC is #8AD223. Grayscale: #555555. Windows color (decimal): -9097764 or 14429557. OLE color: 14429557.
HSL color Cylindrical-coordinate representation of color #752DDC: hue angle of 264.69º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #752DDC is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 45 | 220 | - |
| CMYK | 0.47 | 0.80 | 0 | 0.14 |
| HSL | 264.69º | 0.71% | 0.52% | - |
| HSV(B) | 264.69º | 0.8% | 0.86% | - |
| XYZ | 21.19 | 10.83 | 68.68 | - |
| YUV | 86.48 | 203.35 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 45 | 220 | 0.47 | 0.80 | 0 | 0.14 | 264.69 | 0.71 | 0.52 |
| Hex | 75 | 2D | DC | 2F | 50 | 0 | E | 109 | 47 | 34 |
| Octal | 165 | 55 | 334 | 57 | 120 | 0 | 16 | 411 | 107 | 64 |
| Binary | 1110101 | 101101 | 11011100 | 101111 | 1010000 | 0 | 1110 | 100001001 | 1000111 | 110100 |
Color Harmonies of #752DDC
Complementary color
Monochromatic Colors of #752DDC
Black with #752DDC
Text Example
Text Example
White with #752DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752DDC; }
p { color: rgb(117,45,220); }
H1.HeaderClassName
{
color: #752DDC;
}
.AnyTagClassName
{
color: #752DDC;
}
</style>
background-color css
<style>
a { background-color: #752DDC; }
a { background-color: rgb(117,45,220); }
div.DivClassName
{
background-color: #752DDC;
}
.BgClassName
{
background-color: #752DDC;
}
</style>
border-color css
<style>
span { border-color: #752DDC; }
span { border-color: rgb(117,45,220); }
td.TdClassName
{
border-color: #752DDC;
}
.TagClassName
{
border-color: #752DDC;
}
</style>