Shades of Victoria #514679
Tints of Victoria #514679
RGB
CMYK
RGB Variations
Color information
#514679 (or 0x514679) is known color: Victoria. HEX triplet: 51, 46 and 79. RGB value is (81,70,121). Sum of RGB (Red+Green+Blue) = 81+70+121=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 121 (47.66% from 255 or 44.49% from 272); Max value from RGB is 121 - color contains mainly: blue. Hex color #514679 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514679 is #AEB986. Grayscale: #4E4E4E. Windows color (decimal): -11450759 or 7947857. OLE color: 7947857.
HSL color Cylindrical-coordinate representation of color #514679: hue angle of 252.94º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #514679 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 81 | 70 | 121 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.53 |
| HSL | 252.94º | 0.27% | 0.37% | - |
| HSV(B) | 252.94º | 0.42% | 0.47% | - |
| XYZ | 9.03 | 7.51 | 19.06 | - |
| YUV | 79.1 | 151.64 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 70 | 121 | 0.33 | 0.42 | 0 | 0.53 | 252.94 | 0.27 | 0.37 |
| Hex | 51 | 46 | 79 | 21 | 2A | 0 | 35 | FD | 1B | 25 |
| Octal | 121 | 106 | 171 | 41 | 52 | 0 | 65 | 375 | 33 | 45 |
| Binary | 1010001 | 1000110 | 1111001 | 100001 | 101010 | 0 | 110101 | 11111101 | 11011 | 100101 |
Color Harmonies of #514679
Complementary color
Monochromatic Colors of #514679
Black with #514679
Text Example
Text Example
White with #514679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514679; }
p { color: rgb(81,70,121); }
H1.HeaderClassName
{
color: #514679;
}
.AnyTagClassName
{
color: #514679;
}
</style>
background-color css
<style>
a { background-color: #514679; }
a { background-color: rgb(81,70,121); }
div.DivClassName
{
background-color: #514679;
}
.BgClassName
{
background-color: #514679;
}
</style>
border-color css
<style>
span { border-color: #514679; }
span { border-color: rgb(81,70,121); }
td.TdClassName
{
border-color: #514679;
}
.TagClassName
{
border-color: #514679;
}
</style>