Shades of Blue Violet #752CE0
Tints of Blue Violet #752CE0
RGB
CMYK
RGB Variations
Color information
#752CE0 (or 0x752CE0) is known color: Blue Violet. HEX triplet: 75, 2C and E0. RGB value is (117,44,224). Sum of RGB (Red+Green+Blue) = 117+44+224=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 44 (17.58% from 255 or 11.43% from 385); Blue value is 224 (87.89% from 255 or 58.18% from 385); Max value from RGB is 224 - color contains mainly: blue. Hex color #752CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752CE0 is #8AD31F. Grayscale: #555555. Windows color (decimal): -9098016 or 14691445. OLE color: 14691445.
HSL color Cylindrical-coordinate representation of color #752CE0: hue angle of 264.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #752CE0 is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 44 | 224 | - |
| CMYK | 0.48 | 0.80 | 0 | 0.12 |
| HSL | 264.33º | 0.74% | 0.53% | - |
| HSV(B) | 264.33º | 0.8% | 0.88% | - |
| XYZ | 21.69 | 10.97 | 71.49 | - |
| YUV | 86.35 | 205.68 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 224 | 0.48 | 0.80 | 0 | 0.12 | 264.33 | 0.74 | 0.53 |
| Hex | 75 | 2C | E0 | 30 | 50 | 0 | C | 108 | 4A | 35 |
| Octal | 165 | 54 | 340 | 60 | 120 | 0 | 14 | 410 | 112 | 65 |
| Binary | 1110101 | 101100 | 11100000 | 110000 | 1010000 | 0 | 1100 | 100001000 | 1001010 | 110101 |
Color Harmonies of #752CE0
Complementary color
Monochromatic Colors of #752CE0
Black with #752CE0
Text Example
Text Example
White with #752CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752CE0; }
p { color: rgb(117,44,224); }
H1.HeaderClassName
{
color: #752CE0;
}
.AnyTagClassName
{
color: #752CE0;
}
</style>
background-color css
<style>
a { background-color: #752CE0; }
a { background-color: rgb(117,44,224); }
div.DivClassName
{
background-color: #752CE0;
}
.BgClassName
{
background-color: #752CE0;
}
</style>
border-color css
<style>
span { border-color: #752CE0; }
span { border-color: rgb(117,44,224); }
td.TdClassName
{
border-color: #752CE0;
}
.TagClassName
{
border-color: #752CE0;
}
</style>