Shades of Violet Red #FF317E
Tints of Violet Red #FF317E
RGB
CMYK
RGB Variations
Color information
#FF317E (or 0xFF317E) is known color: Violet Red. HEX triplet: FF, 31 and 7E. RGB value is (255,49,126). Sum of RGB (Red+Green+Blue) = 255+49+126=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF317E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF317E is #00CE81. Grayscale: #777777. Windows color (decimal): -52866 or 8270335. OLE color: 8270335.
HSL color Cylindrical-coordinate representation of color #FF317E: hue angle of 337.57º 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 #FF317E is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 126 | - |
| CMYK | 0 | 0.81 | 0.51 | 0 |
| HSL | 337.57º | 1% | 0.6% | - |
| HSV(B) | 337.57º | 0.81% | 1% | - |
| XYZ | 46.1 | 24.96 | 22.13 | - |
| YUV | 119.37 | 131.75 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 126 | 0 | 0.81 | 0.51 | 0 | 337.57 | 1 | 0.6 |
| Hex | FF | 31 | 7E | 0 | 51 | 33 | 0 | 152 | 64 | 3C |
| Octal | 377 | 61 | 176 | 0 | 121 | 63 | 0 | 522 | 144 | 74 |
| Binary | 11111111 | 110001 | 1111110 | 0 | 1010001 | 110011 | 0 | 101010010 | 1100100 | 111100 |
Color Harmonies of #FF317E
Complementary color
Monochromatic Colors of #FF317E
Black with #FF317E
Text Example
Text Example
White with #FF317E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF317E; }
p { color: rgb(255,49,126); }
H1.HeaderClassName
{
color: #FF317E;
}
.AnyTagClassName
{
color: #FF317E;
}
</style>
background-color css
<style>
a { background-color: #FF317E; }
a { background-color: rgb(255,49,126); }
div.DivClassName
{
background-color: #FF317E;
}
.BgClassName
{
background-color: #FF317E;
}
</style>
border-color css
<style>
span { border-color: #FF317E; }
span { border-color: rgb(255,49,126); }
td.TdClassName
{
border-color: #FF317E;
}
.TagClassName
{
border-color: #FF317E;
}
</style>