Shades of Violet Red #FF337B
Tints of Violet Red #FF337B
RGB
CMYK
RGB Variations
Color information
#FF337B (or 0xFF337B) is known color: Violet Red. HEX triplet: FF, 33 and 7B. RGB value is (255,51,123). Sum of RGB (Red+Green+Blue) = 255+51+123=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 51 (20.31% from 255 or 11.89% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF337B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF337B is #00CC84. Grayscale: #787878. Windows color (decimal): -52357 or 8074239. OLE color: 8074239.
HSL color Cylindrical-coordinate representation of color #FF337B: hue angle of 338.82º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF337B is Cyan = 0, Magento = 0.8, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 123 | - |
| CMYK | 0 | 0.8 | 0.52 | 0 |
| HSL | 338.82º | 1% | 0.6% | - |
| HSV(B) | 338.82º | 0.8% | 1% | - |
| XYZ | 46 | 25.06 | 21.15 | - |
| YUV | 120.2 | 129.59 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 123 | 0 | 0.8 | 0.52 | 0 | 338.82 | 1 | 0.6 |
| Hex | FF | 33 | 7B | 0 | 50 | 34 | 0 | 153 | 64 | 3C |
| Octal | 377 | 63 | 173 | 0 | 120 | 64 | 0 | 523 | 144 | 74 |
| Binary | 11111111 | 110011 | 1111011 | 0 | 1010000 | 110100 | 0 | 101010011 | 1100100 | 111100 |
Color Harmonies of #FF337B
Complementary color
Monochromatic Colors of #FF337B
Black with #FF337B
Text Example
Text Example
White with #FF337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF337B; }
p { color: rgb(255,51,123); }
H1.HeaderClassName
{
color: #FF337B;
}
.AnyTagClassName
{
color: #FF337B;
}
</style>
background-color css
<style>
a { background-color: #FF337B; }
a { background-color: rgb(255,51,123); }
div.DivClassName
{
background-color: #FF337B;
}
.BgClassName
{
background-color: #FF337B;
}
</style>
border-color css
<style>
span { border-color: #FF337B; }
span { border-color: rgb(255,51,123); }
td.TdClassName
{
border-color: #FF337B;
}
.TagClassName
{
border-color: #FF337B;
}
</style>