Shades of Blue Violet #781FEA
Tints of Blue Violet #781FEA
RGB
CMYK
RGB Variations
Color information
#781FEA (or 0x781FEA) is known color: Blue Violet. HEX triplet: 78, 1F and EA. RGB value is (120,31,234). Sum of RGB (Red+Green+Blue) = 120+31+234=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 31 (12.5% from 255 or 8.05% from 385); Blue value is 234 (91.80% from 255 or 60.78% from 385); Max value from RGB is 234 - color contains mainly: blue. Hex color #781FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781FEA is #87E015. Grayscale: #505050. Windows color (decimal): -8904726 or 15343480. OLE color: 15343480.
HSL color Cylindrical-coordinate representation of color #781FEA: hue angle of 266.31º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781FEA is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 31 | 234 | - |
| CMYK | 0.49 | 0.87 | 0 | 0.08 |
| HSL | 266.31º | 0.83% | 0.52% | - |
| HSV(B) | 266.31º | 0.87% | 0.92% | - |
| XYZ | 23.09 | 10.91 | 78.73 | - |
| YUV | 80.75 | 214.49 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 234 | 0.49 | 0.87 | 0 | 0.08 | 266.31 | 0.83 | 0.52 |
| Hex | 78 | 1F | EA | 31 | 57 | 0 | 8 | 10A | 53 | 34 |
| Octal | 170 | 37 | 352 | 61 | 127 | 0 | 10 | 412 | 123 | 64 |
| Binary | 1111000 | 11111 | 11101010 | 110001 | 1010111 | 0 | 1000 | 100001010 | 1010011 | 110100 |
Color Harmonies of #781FEA
Complementary color
Monochromatic Colors of #781FEA
Black with #781FEA
Text Example
Text Example
White with #781FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781FEA; }
p { color: rgb(120,31,234); }
H1.HeaderClassName
{
color: #781FEA;
}
.AnyTagClassName
{
color: #781FEA;
}
</style>
background-color css
<style>
a { background-color: #781FEA; }
a { background-color: rgb(120,31,234); }
div.DivClassName
{
background-color: #781FEA;
}
.BgClassName
{
background-color: #781FEA;
}
</style>
border-color css
<style>
span { border-color: #781FEA; }
span { border-color: rgb(120,31,234); }
td.TdClassName
{
border-color: #781FEA;
}
.TagClassName
{
border-color: #781FEA;
}
</style>