Shades of Blue Violet #781CCF
Tints of Blue Violet #781CCF
RGB
CMYK
RGB Variations
Color information
#781CCF (or 0x781CCF) is known color: Blue Violet. HEX triplet: 78, 1C and CF. RGB value is (120,28,207). Sum of RGB (Red+Green+Blue) = 120+28+207=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 28 (11.33% from 255 or 7.89% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #781CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781CCF is #87E330. Grayscale: #4B4B4B. Windows color (decimal): -8905521 or 13573240. OLE color: 13573240.
HSL color Cylindrical-coordinate representation of color #781CCF: hue angle of 270.84º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781CCF is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 28 | 207 | - |
| CMYK | 0.42 | 0.86 | 0 | 0.19 |
| HSL | 270.84º | 0.76% | 0.46% | - |
| HSV(B) | 270.84º | 0.86% | 0.81% | - |
| XYZ | 19.42 | 9.33 | 59.81 | - |
| YUV | 75.91 | 201.98 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 207 | 0.42 | 0.86 | 0 | 0.19 | 270.84 | 0.76 | 0.46 |
| Hex | 78 | 1C | CF | 2A | 56 | 0 | 13 | 10F | 4C | 2E |
| Octal | 170 | 34 | 317 | 52 | 126 | 0 | 23 | 417 | 114 | 56 |
| Binary | 1111000 | 11100 | 11001111 | 101010 | 1010110 | 0 | 10011 | 100001111 | 1001100 | 101110 |
Color Harmonies of #781CCF
Complementary color
Monochromatic Colors of #781CCF
Black with #781CCF
Text Example
Text Example
White with #781CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781CCF; }
p { color: rgb(120,28,207); }
H1.HeaderClassName
{
color: #781CCF;
}
.AnyTagClassName
{
color: #781CCF;
}
</style>
background-color css
<style>
a { background-color: #781CCF; }
a { background-color: rgb(120,28,207); }
div.DivClassName
{
background-color: #781CCF;
}
.BgClassName
{
background-color: #781CCF;
}
</style>
border-color css
<style>
span { border-color: #781CCF; }
span { border-color: rgb(120,28,207); }
td.TdClassName
{
border-color: #781CCF;
}
.TagClassName
{
border-color: #781CCF;
}
</style>