Shades of Blue Violet #782BD4
Tints of Blue Violet #782BD4
RGB
CMYK
RGB Variations
Color information
#782BD4 (or 0x782BD4) is known color: Blue Violet. HEX triplet: 78, 2B and D4. RGB value is (120,43,212). Sum of RGB (Red+Green+Blue) = 120+43+212=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 212 (83.20% from 255 or 56.53% from 375); Max value from RGB is 212 - color contains mainly: blue. Hex color #782BD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782BD4 is #87D42B. Grayscale: #545454. Windows color (decimal): -8901676 or 13904760. OLE color: 13904760.
HSL color Cylindrical-coordinate representation of color #782BD4: hue angle of 267.34º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #782BD4 is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 120 | 43 | 212 | - |
| CMYK | 0.43 | 0.80 | 0 | 0.17 |
| HSL | 267.34º | 0.66% | 0.5% | - |
| HSV(B) | 267.34º | 0.8% | 0.83% | - |
| XYZ | 20.49 | 10.47 | 63.23 | - |
| YUV | 85.29 | 199.51 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 43 | 212 | 0.43 | 0.80 | 0 | 0.17 | 267.34 | 0.66 | 0.5 |
| Hex | 78 | 2B | D4 | 2B | 50 | 0 | 11 | 10B | 42 | 32 |
| Octal | 170 | 53 | 324 | 53 | 120 | 0 | 21 | 413 | 102 | 62 |
| Binary | 1111000 | 101011 | 11010100 | 101011 | 1010000 | 0 | 10001 | 100001011 | 1000010 | 110010 |
Color Harmonies of #782BD4
Complementary color
Monochromatic Colors of #782BD4
Black with #782BD4
Text Example
Text Example
White with #782BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782BD4; }
p { color: rgb(120,43,212); }
H1.HeaderClassName
{
color: #782BD4;
}
.AnyTagClassName
{
color: #782BD4;
}
</style>
background-color css
<style>
a { background-color: #782BD4; }
a { background-color: rgb(120,43,212); }
div.DivClassName
{
background-color: #782BD4;
}
.BgClassName
{
background-color: #782BD4;
}
</style>
border-color css
<style>
span { border-color: #782BD4; }
span { border-color: rgb(120,43,212); }
td.TdClassName
{
border-color: #782BD4;
}
.TagClassName
{
border-color: #782BD4;
}
</style>