Shades of Blue Violet #783AFD
Tints of Blue Violet #783AFD
RGB
CMYK
RGB Variations
Color information
#783AFD (or 0x783AFD) is known color: Blue Violet. HEX triplet: 78, 3A and FD. RGB value is (120,58,253). Sum of RGB (Red+Green+Blue) = 120+58+253=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #783AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #783AFD is #87C502. Grayscale: #626262. Windows color (decimal): -8897795 or 16595576. OLE color: 16595576.
HSL color Cylindrical-coordinate representation of color #783AFD: hue angle of 259.08º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #783AFD is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 58 | 253 | - |
| CMYK | 0.53 | 0.77 | 0 | 0.01 |
| HSL | 259.08º | 0.98% | 0.61% | - |
| HSV(B) | 259.08º | 0.77% | 0.99% | - |
| XYZ | 26.99 | 14.11 | 94.23 | - |
| YUV | 98.77 | 215.04 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 58 | 253 | 0.53 | 0.77 | 0 | 0.01 | 259.08 | 0.98 | 0.61 |
| Hex | 78 | 3A | FD | 35 | 4D | 0 | 1 | 103 | 62 | 3D |
| Octal | 170 | 72 | 375 | 65 | 115 | 0 | 1 | 403 | 142 | 75 |
| Binary | 1111000 | 111010 | 11111101 | 110101 | 1001101 | 0 | 1 | 100000011 | 1100010 | 111101 |
Color Harmonies of #783AFD
Complementary color
Monochromatic Colors of #783AFD
Black with #783AFD
Text Example
Text Example
White with #783AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783AFD; }
p { color: rgb(120,58,253); }
H1.HeaderClassName
{
color: #783AFD;
}
.AnyTagClassName
{
color: #783AFD;
}
</style>
background-color css
<style>
a { background-color: #783AFD; }
a { background-color: rgb(120,58,253); }
div.DivClassName
{
background-color: #783AFD;
}
.BgClassName
{
background-color: #783AFD;
}
</style>
border-color css
<style>
span { border-color: #783AFD; }
span { border-color: rgb(120,58,253); }
td.TdClassName
{
border-color: #783AFD;
}
.TagClassName
{
border-color: #783AFD;
}
</style>