Shades of Blue Violet #782ADC
Tints of Blue Violet #782ADC
RGB
CMYK
RGB Variations
Color information
#782ADC (or 0x782ADC) is known color: Blue Violet. HEX triplet: 78, 2A and DC. RGB value is (120,42,220). Sum of RGB (Red+Green+Blue) = 120+42+220=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #782ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782ADC is #87D523. Grayscale: #545454. Windows color (decimal): -8901924 or 14428792. OLE color: 14428792.
HSL color Cylindrical-coordinate representation of color #782ADC: hue angle of 266.29º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #782ADC is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 42 | 220 | - |
| CMYK | 0.45 | 0.81 | 0 | 0.14 |
| HSL | 266.29º | 0.72% | 0.51% | - |
| HSV(B) | 266.29º | 0.81% | 0.86% | - |
| XYZ | 21.49 | 10.82 | 68.67 | - |
| YUV | 85.61 | 203.84 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 42 | 220 | 0.45 | 0.81 | 0 | 0.14 | 266.29 | 0.72 | 0.51 |
| Hex | 78 | 2A | DC | 2D | 51 | 0 | E | 10A | 48 | 33 |
| Octal | 170 | 52 | 334 | 55 | 121 | 0 | 16 | 412 | 110 | 63 |
| Binary | 1111000 | 101010 | 11011100 | 101101 | 1010001 | 0 | 1110 | 100001010 | 1001000 | 110011 |
Color Harmonies of #782ADC
Complementary color
Monochromatic Colors of #782ADC
Black with #782ADC
Text Example
Text Example
White with #782ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782ADC; }
p { color: rgb(120,42,220); }
H1.HeaderClassName
{
color: #782ADC;
}
.AnyTagClassName
{
color: #782ADC;
}
</style>
background-color css
<style>
a { background-color: #782ADC; }
a { background-color: rgb(120,42,220); }
div.DivClassName
{
background-color: #782ADC;
}
.BgClassName
{
background-color: #782ADC;
}
</style>
border-color css
<style>
span { border-color: #782ADC; }
span { border-color: rgb(120,42,220); }
td.TdClassName
{
border-color: #782ADC;
}
.TagClassName
{
border-color: #782ADC;
}
</style>