Shades of Blue Violet #752CD8
Tints of Blue Violet #752CD8
RGB
CMYK
RGB Variations
Color information
#752CD8 (or 0x752CD8) is known color: Blue Violet. HEX triplet: 75, 2C and D8. RGB value is (117,44,216). Sum of RGB (Red+Green+Blue) = 117+44+216=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 44 (17.58% from 255 or 11.67% from 377); Blue value is 216 (84.77% from 255 or 57.29% from 377); Max value from RGB is 216 - color contains mainly: blue. Hex color #752CD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752CD8 is #8AD327. Grayscale: #545454. Windows color (decimal): -9098024 or 14167157. OLE color: 14167157.
HSL color Cylindrical-coordinate representation of color #752CD8: hue angle of 265.47º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #752CD8 is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 44 | 216 | - |
| CMYK | 0.46 | 0.80 | 0 | 0.15 |
| HSL | 265.47º | 0.69% | 0.51% | - |
| HSV(B) | 265.47º | 0.8% | 0.85% | - |
| XYZ | 20.63 | 10.54 | 65.91 | - |
| YUV | 85.44 | 201.68 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 216 | 0.46 | 0.80 | 0 | 0.15 | 265.47 | 0.69 | 0.51 |
| Hex | 75 | 2C | D8 | 2E | 50 | 0 | F | 109 | 45 | 33 |
| Octal | 165 | 54 | 330 | 56 | 120 | 0 | 17 | 411 | 105 | 63 |
| Binary | 1110101 | 101100 | 11011000 | 101110 | 1010000 | 0 | 1111 | 100001001 | 1000101 | 110011 |
Color Harmonies of #752CD8
Complementary color
Monochromatic Colors of #752CD8
Black with #752CD8
Text Example
Text Example
White with #752CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752CD8; }
p { color: rgb(117,44,216); }
H1.HeaderClassName
{
color: #752CD8;
}
.AnyTagClassName
{
color: #752CD8;
}
</style>
background-color css
<style>
a { background-color: #752CD8; }
a { background-color: rgb(117,44,216); }
div.DivClassName
{
background-color: #752CD8;
}
.BgClassName
{
background-color: #752CD8;
}
</style>
border-color css
<style>
span { border-color: #752CD8; }
span { border-color: rgb(117,44,216); }
td.TdClassName
{
border-color: #752CD8;
}
.TagClassName
{
border-color: #752CD8;
}
</style>