Shades of Blue Violet #7F34FF
Tints of Blue Violet #7F34FF
RGB
CMYK
RGB Variations
Color information
#7F34FF (or 0x7F34FF) is known color: Blue Violet. HEX triplet: 7F, 34 and FF. RGB value is (127,52,255). Sum of RGB (Red+Green+Blue) = 127+52+255=434 (57% of max value = 765). Red value is 127 (50% from 255 or 29.26% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F34FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F34FF is #80CB00. Grayscale: #606060. Windows color (decimal): -8440577 or 16725119. OLE color: 16725119.
HSL color Cylindrical-coordinate representation of color #7F34FF: hue angle of 262.17º 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 #7F34FF is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 52 | 255 | - |
| CMYK | 0.50 | 0.80 | 0 | 0 |
| HSL | 262.17º | 1% | 0.6% | - |
| HSV(B) | 262.17º | 0.8% | 1% | - |
| XYZ | 28.03 | 14.19 | 95.87 | - |
| YUV | 97.57 | 216.85 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 52 | 255 | 0.50 | 0.80 | 0 | 0 | 262.17 | 1 | 0.6 |
| Hex | 7F | 34 | FF | 32 | 50 | 0 | 0 | 106 | 64 | 3C |
| Octal | 177 | 64 | 377 | 62 | 120 | 0 | 0 | 406 | 144 | 74 |
| Binary | 1111111 | 110100 | 11111111 | 110010 | 1010000 | 0 | 0 | 100000110 | 1100100 | 111100 |
Color Harmonies of #7F34FF
Complementary color
Monochromatic Colors of #7F34FF
Black with #7F34FF
Text Example
Text Example
White with #7F34FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F34FF; }
p { color: rgb(127,52,255); }
H1.HeaderClassName
{
color: #7F34FF;
}
.AnyTagClassName
{
color: #7F34FF;
}
</style>
background-color css
<style>
a { background-color: #7F34FF; }
a { background-color: rgb(127,52,255); }
div.DivClassName
{
background-color: #7F34FF;
}
.BgClassName
{
background-color: #7F34FF;
}
</style>
border-color css
<style>
span { border-color: #7F34FF; }
span { border-color: rgb(127,52,255); }
td.TdClassName
{
border-color: #7F34FF;
}
.TagClassName
{
border-color: #7F34FF;
}
</style>