Shades of Blue Violet #751ADC
Tints of Blue Violet #751ADC
RGB
CMYK
RGB Variations
Color information
#751ADC (or 0x751ADC) is known color: Blue Violet. HEX triplet: 75, 1A and DC. RGB value is (117,26,220). Sum of RGB (Red+Green+Blue) = 117+26+220=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #751ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751ADC is #8AE523. Grayscale: #4A4A4A. Windows color (decimal): -9102628 or 14424693. OLE color: 14424693.
HSL color Cylindrical-coordinate representation of color #751ADC: hue angle of 268.14º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #751ADC is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 26 | 220 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.14 |
| HSL | 268.14º | 0.79% | 0.48% | - |
| HSV(B) | 268.14º | 0.88% | 0.86% | - |
| XYZ | 20.62 | 9.69 | 68.49 | - |
| YUV | 75.33 | 209.65 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 26 | 220 | 0.47 | 0.88 | 0 | 0.14 | 268.14 | 0.79 | 0.48 |
| Hex | 75 | 1A | DC | 2F | 58 | 0 | E | 10C | 4F | 30 |
| Octal | 165 | 32 | 334 | 57 | 130 | 0 | 16 | 414 | 117 | 60 |
| Binary | 1110101 | 11010 | 11011100 | 101111 | 1011000 | 0 | 1110 | 100001100 | 1001111 | 110000 |
Color Harmonies of #751ADC
Complementary color
Monochromatic Colors of #751ADC
Black with #751ADC
Text Example
Text Example
White with #751ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751ADC; }
p { color: rgb(117,26,220); }
H1.HeaderClassName
{
color: #751ADC;
}
.AnyTagClassName
{
color: #751ADC;
}
</style>
background-color css
<style>
a { background-color: #751ADC; }
a { background-color: rgb(117,26,220); }
div.DivClassName
{
background-color: #751ADC;
}
.BgClassName
{
background-color: #751ADC;
}
</style>
border-color css
<style>
span { border-color: #751ADC; }
span { border-color: rgb(117,26,220); }
td.TdClassName
{
border-color: #751ADC;
}
.TagClassName
{
border-color: #751ADC;
}
</style>