Shades of Violet Red #FF397B
Tints of Violet Red #FF397B
RGB
CMYK
RGB Variations
Color information
#FF397B (or 0xFF397B) is known color: Violet Red. HEX triplet: FF, 39 and 7B. RGB value is (255,57,123). Sum of RGB (Red+Green+Blue) = 255+57+123=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 57 (22.66% from 255 or 13.10% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF397B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF397B is #00C684. Grayscale: #7B7B7B. Windows color (decimal): -50821 or 8075775. OLE color: 8075775.
HSL color Cylindrical-coordinate representation of color #FF397B: hue angle of 340º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF397B is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 123 | - |
| CMYK | 0 | 0.78 | 0.52 | 0 |
| HSL | 340º | 1% | 0.61% | - |
| HSV(B) | 340º | 0.78% | 1% | - |
| XYZ | 46.28 | 25.62 | 21.24 | - |
| YUV | 123.73 | 127.6 | 221.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 123 | 0 | 0.78 | 0.52 | 0 | 340 | 1 | 0.61 |
| Hex | FF | 39 | 7B | 0 | 4E | 34 | 0 | 154 | 64 | 3D |
| Octal | 377 | 71 | 173 | 0 | 116 | 64 | 0 | 524 | 144 | 75 |
| Binary | 11111111 | 111001 | 1111011 | 0 | 1001110 | 110100 | 0 | 101010100 | 1100100 | 111101 |
Color Harmonies of #FF397B
Complementary color
Monochromatic Colors of #FF397B
Black with #FF397B
Text Example
Text Example
White with #FF397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF397B; }
p { color: rgb(255,57,123); }
H1.HeaderClassName
{
color: #FF397B;
}
.AnyTagClassName
{
color: #FF397B;
}
</style>
background-color css
<style>
a { background-color: #FF397B; }
a { background-color: rgb(255,57,123); }
div.DivClassName
{
background-color: #FF397B;
}
.BgClassName
{
background-color: #FF397B;
}
</style>
border-color css
<style>
span { border-color: #FF397B; }
span { border-color: rgb(255,57,123); }
td.TdClassName
{
border-color: #FF397B;
}
.TagClassName
{
border-color: #FF397B;
}
</style>