Shades of Blue Violet #781FFC
Tints of Blue Violet #781FFC
RGB
CMYK
RGB Variations
Color information
#781FFC (or 0x781FFC) is known color: Blue Violet. HEX triplet: 78, 1F and FC. RGB value is (120,31,252). Sum of RGB (Red+Green+Blue) = 120+31+252=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 31 (12.5% from 255 or 7.69% from 403); Blue value is 252 (98.83% from 255 or 62.53% from 403); Max value from RGB is 252 - color contains mainly: blue. Hex color #781FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781FFC is #87E003. Grayscale: #525252. Windows color (decimal): -8904708 or 16523128. OLE color: 16523128.
HSL color Cylindrical-coordinate representation of color #781FFC: hue angle of 264.16º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781FFC is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 31 | 252 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.01 |
| HSL | 264.16º | 0.97% | 0.55% | - |
| HSV(B) | 264.16º | 0.88% | 0.99% | - |
| XYZ | 25.81 | 12 | 93.05 | - |
| YUV | 82.81 | 223.49 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 252 | 0.52 | 0.88 | 0 | 0.01 | 264.16 | 0.97 | 0.55 |
| Hex | 78 | 1F | FC | 34 | 58 | 0 | 1 | 108 | 61 | 37 |
| Octal | 170 | 37 | 374 | 64 | 130 | 0 | 1 | 410 | 141 | 67 |
| Binary | 1111000 | 11111 | 11111100 | 110100 | 1011000 | 0 | 1 | 100001000 | 1100001 | 110111 |
Color Harmonies of #781FFC
Complementary color
Monochromatic Colors of #781FFC
Black with #781FFC
Text Example
Text Example
White with #781FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781FFC; }
p { color: rgb(120,31,252); }
H1.HeaderClassName
{
color: #781FFC;
}
.AnyTagClassName
{
color: #781FFC;
}
</style>
background-color css
<style>
a { background-color: #781FFC; }
a { background-color: rgb(120,31,252); }
div.DivClassName
{
background-color: #781FFC;
}
.BgClassName
{
background-color: #781FFC;
}
</style>
border-color css
<style>
span { border-color: #781FFC; }
span { border-color: rgb(120,31,252); }
td.TdClassName
{
border-color: #781FFC;
}
.TagClassName
{
border-color: #781FFC;
}
</style>