Shades of Blue Violet #752ADD
Tints of Blue Violet #752ADD
RGB
CMYK
RGB Variations
Color information
#752ADD (or 0x752ADD) is known color: Blue Violet. HEX triplet: 75, 2A and DD. RGB value is (117,42,221). Sum of RGB (Red+Green+Blue) = 117+42+221=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 42 (16.80% from 255 or 11.05% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #752ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752ADD is #8AD522. Grayscale: #545454. Windows color (decimal): -9098531 or 14494325. OLE color: 14494325.
HSL color Cylindrical-coordinate representation of color #752ADD: hue angle of 265.14º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #752ADD is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 42 | 221 | - |
| CMYK | 0.47 | 0.81 | 0 | 0.13 |
| HSL | 265.14º | 0.72% | 0.52% | - |
| HSV(B) | 265.14º | 0.81% | 0.87% | - |
| XYZ | 21.22 | 10.66 | 69.35 | - |
| YUV | 84.83 | 204.85 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 221 | 0.47 | 0.81 | 0 | 0.13 | 265.14 | 0.72 | 0.52 |
| Hex | 75 | 2A | DD | 2F | 51 | 0 | D | 109 | 48 | 34 |
| Octal | 165 | 52 | 335 | 57 | 121 | 0 | 15 | 411 | 110 | 64 |
| Binary | 1110101 | 101010 | 11011101 | 101111 | 1010001 | 0 | 1101 | 100001001 | 1001000 | 110100 |
Color Harmonies of #752ADD
Complementary color
Monochromatic Colors of #752ADD
Black with #752ADD
Text Example
Text Example
White with #752ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752ADD; }
p { color: rgb(117,42,221); }
H1.HeaderClassName
{
color: #752ADD;
}
.AnyTagClassName
{
color: #752ADD;
}
</style>
background-color css
<style>
a { background-color: #752ADD; }
a { background-color: rgb(117,42,221); }
div.DivClassName
{
background-color: #752ADD;
}
.BgClassName
{
background-color: #752ADD;
}
</style>
border-color css
<style>
span { border-color: #752ADD; }
span { border-color: rgb(117,42,221); }
td.TdClassName
{
border-color: #752ADD;
}
.TagClassName
{
border-color: #752ADD;
}
</style>