Shades of Violet Red #FF317A
Tints of Violet Red #FF317A
RGB
CMYK
RGB Variations
Color information
#FF317A (or 0xFF317A) is known color: Violet Red. HEX triplet: FF, 31 and 7A. RGB value is (255,49,122). Sum of RGB (Red+Green+Blue) = 255+49+122=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 49 (19.53% from 255 or 11.50% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF317A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF317A is #00CE85. Grayscale: #767676. Windows color (decimal): -52870 or 8008191. OLE color: 8008191.
HSL color Cylindrical-coordinate representation of color #FF317A: hue angle of 338.74º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF317A is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 122 | - |
| CMYK | 0 | 0.81 | 0.52 | 0 |
| HSL | 338.74º | 1% | 0.6% | - |
| HSV(B) | 338.74º | 0.81% | 1% | - |
| XYZ | 45.85 | 24.86 | 20.79 | - |
| YUV | 118.92 | 129.75 | 225.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 122 | 0 | 0.81 | 0.52 | 0 | 338.74 | 1 | 0.6 |
| Hex | FF | 31 | 7A | 0 | 51 | 34 | 0 | 153 | 64 | 3C |
| Octal | 377 | 61 | 172 | 0 | 121 | 64 | 0 | 523 | 144 | 74 |
| Binary | 11111111 | 110001 | 1111010 | 0 | 1010001 | 110100 | 0 | 101010011 | 1100100 | 111100 |
Color Harmonies of #FF317A
Complementary color
Monochromatic Colors of #FF317A
Black with #FF317A
Text Example
Text Example
White with #FF317A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF317A; }
p { color: rgb(255,49,122); }
H1.HeaderClassName
{
color: #FF317A;
}
.AnyTagClassName
{
color: #FF317A;
}
</style>
background-color css
<style>
a { background-color: #FF317A; }
a { background-color: rgb(255,49,122); }
div.DivClassName
{
background-color: #FF317A;
}
.BgClassName
{
background-color: #FF317A;
}
</style>
border-color css
<style>
span { border-color: #FF317A; }
span { border-color: rgb(255,49,122); }
td.TdClassName
{
border-color: #FF317A;
}
.TagClassName
{
border-color: #FF317A;
}
</style>