Shades of Blue Violet #7F34CB
Tints of Blue Violet #7F34CB
RGB
CMYK
RGB Variations
Color information
#7F34CB (or 0x7F34CB) is known color: Blue Violet. HEX triplet: 7F, 34 and CB. RGB value is (127,52,203). Sum of RGB (Red+Green+Blue) = 127+52+203=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F34CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F34CB is #80CB34. Grayscale: #5B5B5B. Windows color (decimal): -8440629 or 13317247. OLE color: 13317247.
HSL color Cylindrical-coordinate representation of color #7F34CB: hue angle of 269.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7F34CB is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 52 | 203 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.20 |
| HSL | 269.8º | 0.59% | 0.5% | - |
| HSV(B) | 269.8º | 0.74% | 0.8% | - |
| XYZ | 20.76 | 11.28 | 57.58 | - |
| YUV | 91.64 | 190.85 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 52 | 203 | 0.37 | 0.74 | 0 | 0.20 | 269.8 | 0.59 | 0.5 |
| Hex | 7F | 34 | CB | 25 | 4A | 0 | 14 | 10E | 3B | 32 |
| Octal | 177 | 64 | 313 | 45 | 112 | 0 | 24 | 416 | 73 | 62 |
| Binary | 1111111 | 110100 | 11001011 | 100101 | 1001010 | 0 | 10100 | 100001110 | 111011 | 110010 |
Color Harmonies of #7F34CB
Complementary color
Monochromatic Colors of #7F34CB
Black with #7F34CB
Text Example
Text Example
White with #7F34CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F34CB; }
p { color: rgb(127,52,203); }
H1.HeaderClassName
{
color: #7F34CB;
}
.AnyTagClassName
{
color: #7F34CB;
}
</style>
background-color css
<style>
a { background-color: #7F34CB; }
a { background-color: rgb(127,52,203); }
div.DivClassName
{
background-color: #7F34CB;
}
.BgClassName
{
background-color: #7F34CB;
}
</style>
border-color css
<style>
span { border-color: #7F34CB; }
span { border-color: rgb(127,52,203); }
td.TdClassName
{
border-color: #7F34CB;
}
.TagClassName
{
border-color: #7F34CB;
}
</style>