Shades of Violet Red #FF327A
Tints of Violet Red #FF327A
RGB
CMYK
RGB Variations
Color information
#FF327A (or 0xFF327A) is known color: Violet Red. HEX triplet: FF, 32 and 7A. RGB value is (255,50,122). Sum of RGB (Red+Green+Blue) = 255+50+122=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF327A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF327A is #00CD85. Grayscale: #777777. Windows color (decimal): -52614 or 8008447. OLE color: 8008447.
HSL color Cylindrical-coordinate representation of color #FF327A: hue angle of 338.93º 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 #FF327A is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 122 | - |
| CMYK | 0 | 0.80 | 0.52 | 0 |
| HSL | 338.93º | 1% | 0.6% | - |
| HSV(B) | 338.93º | 0.8% | 1% | - |
| XYZ | 45.89 | 24.95 | 20.81 | - |
| YUV | 119.5 | 129.42 | 224.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 122 | 0 | 0.80 | 0.52 | 0 | 338.93 | 1 | 0.6 |
| Hex | FF | 32 | 7A | 0 | 50 | 34 | 0 | 153 | 64 | 3C |
| Octal | 377 | 62 | 172 | 0 | 120 | 64 | 0 | 523 | 144 | 74 |
| Binary | 11111111 | 110010 | 1111010 | 0 | 1010000 | 110100 | 0 | 101010011 | 1100100 | 111100 |
Color Harmonies of #FF327A
Complementary color
Monochromatic Colors of #FF327A
Black with #FF327A
Text Example
Text Example
White with #FF327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF327A; }
p { color: rgb(255,50,122); }
H1.HeaderClassName
{
color: #FF327A;
}
.AnyTagClassName
{
color: #FF327A;
}
</style>
background-color css
<style>
a { background-color: #FF327A; }
a { background-color: rgb(255,50,122); }
div.DivClassName
{
background-color: #FF327A;
}
.BgClassName
{
background-color: #FF327A;
}
</style>
border-color css
<style>
span { border-color: #FF327A; }
span { border-color: rgb(255,50,122); }
td.TdClassName
{
border-color: #FF327A;
}
.TagClassName
{
border-color: #FF327A;
}
</style>