Shades of Blue Violet #752CD6
Tints of Blue Violet #752CD6
RGB
CMYK
RGB Variations
Color information
#752CD6 (or 0x752CD6) is known color: Blue Violet. HEX triplet: 75, 2C and D6. RGB value is (117,44,214). Sum of RGB (Red+Green+Blue) = 117+44+214=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 44 (17.58% from 255 or 11.73% from 375); Blue value is 214 (83.98% from 255 or 57.07% from 375); Max value from RGB is 214 - color contains mainly: blue. Hex color #752CD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752CD6 is #8AD329. Grayscale: #545454. Windows color (decimal): -9098026 or 14036085. OLE color: 14036085.
HSL color Cylindrical-coordinate representation of color #752CD6: hue angle of 265.76º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #752CD6 is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 44 | 214 | - |
| CMYK | 0.45 | 0.79 | 0 | 0.16 |
| HSL | 265.76º | 0.67% | 0.51% | - |
| HSV(B) | 265.76º | 0.79% | 0.84% | - |
| XYZ | 20.37 | 10.44 | 64.56 | - |
| YUV | 85.21 | 200.68 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 214 | 0.45 | 0.79 | 0 | 0.16 | 265.76 | 0.67 | 0.51 |
| Hex | 75 | 2C | D6 | 2D | 4F | 0 | 10 | 10A | 43 | 33 |
| Octal | 165 | 54 | 326 | 55 | 117 | 0 | 20 | 412 | 103 | 63 |
| Binary | 1110101 | 101100 | 11010110 | 101101 | 1001111 | 0 | 10000 | 100001010 | 1000011 | 110011 |
Color Harmonies of #752CD6
Complementary color
Monochromatic Colors of #752CD6
Black with #752CD6
Text Example
Text Example
White with #752CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752CD6; }
p { color: rgb(117,44,214); }
H1.HeaderClassName
{
color: #752CD6;
}
.AnyTagClassName
{
color: #752CD6;
}
</style>
background-color css
<style>
a { background-color: #752CD6; }
a { background-color: rgb(117,44,214); }
div.DivClassName
{
background-color: #752CD6;
}
.BgClassName
{
background-color: #752CD6;
}
</style>
border-color css
<style>
span { border-color: #752CD6; }
span { border-color: rgb(117,44,214); }
td.TdClassName
{
border-color: #752CD6;
}
.TagClassName
{
border-color: #752CD6;
}
</style>