Shades of Blue Violet #7F32FD
Tints of Blue Violet #7F32FD
RGB
CMYK
RGB Variations
Color information
#7F32FD (or 0x7F32FD) is known color: Blue Violet. HEX triplet: 7F, 32 and FD. RGB value is (127,50,253). Sum of RGB (Red+Green+Blue) = 127+50+253=430 (56% of max value = 765). Red value is 127 (50% from 255 or 29.53% from 430); Green value is 50 (19.92% from 255 or 11.63% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #7F32FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F32FD is #80CD02. Grayscale: #5F5F5F. Windows color (decimal): -8441091 or 16593535. OLE color: 16593535.
HSL color Cylindrical-coordinate representation of color #7F32FD: hue angle of 262.76º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F32FD is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 50 | 253 | - |
| CMYK | 0.50 | 0.80 | 0 | 0.01 |
| HSL | 262.76º | 0.98% | 0.59% | - |
| HSV(B) | 262.76º | 0.8% | 0.99% | - |
| XYZ | 27.62 | 13.89 | 94.15 | - |
| YUV | 96.17 | 216.51 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 50 | 253 | 0.50 | 0.80 | 0 | 0.01 | 262.76 | 0.98 | 0.59 |
| Hex | 7F | 32 | FD | 32 | 50 | 0 | 1 | 107 | 62 | 3B |
| Octal | 177 | 62 | 375 | 62 | 120 | 0 | 1 | 407 | 142 | 73 |
| Binary | 1111111 | 110010 | 11111101 | 110010 | 1010000 | 0 | 1 | 100000111 | 1100010 | 111011 |
Color Harmonies of #7F32FD
Complementary color
Monochromatic Colors of #7F32FD
Black with #7F32FD
Text Example
Text Example
White with #7F32FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F32FD; }
p { color: rgb(127,50,253); }
H1.HeaderClassName
{
color: #7F32FD;
}
.AnyTagClassName
{
color: #7F32FD;
}
</style>
background-color css
<style>
a { background-color: #7F32FD; }
a { background-color: rgb(127,50,253); }
div.DivClassName
{
background-color: #7F32FD;
}
.BgClassName
{
background-color: #7F32FD;
}
</style>
border-color css
<style>
span { border-color: #7F32FD; }
span { border-color: rgb(127,50,253); }
td.TdClassName
{
border-color: #7F32FD;
}
.TagClassName
{
border-color: #7F32FD;
}
</style>