Shades of Blue Violet #7F33CB
Tints of Blue Violet #7F33CB
RGB
CMYK
RGB Variations
Color information
#7F33CB (or 0x7F33CB) is known color: Blue Violet. HEX triplet: 7F, 33 and CB. RGB value is (127,51,203). Sum of RGB (Red+Green+Blue) = 127+51+203=381 (50% of max value = 765). Red value is 127 (50% from 255 or 33.33% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F33CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F33CB is #80CC34. Grayscale: #5A5A5A. Windows color (decimal): -8440885 or 13316991. OLE color: 13316991.
HSL color Cylindrical-coordinate representation of color #7F33CB: hue angle of 270º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F33CB is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 51 | 203 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.20 |
| HSL | 270º | 0.6% | 0.5% | - |
| HSV(B) | 270º | 0.75% | 0.8% | - |
| XYZ | 20.72 | 11.19 | 57.57 | - |
| YUV | 91.05 | 191.18 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 51 | 203 | 0.37 | 0.75 | 0 | 0.20 | 270 | 0.6 | 0.5 |
| Hex | 7F | 33 | CB | 25 | 4B | 0 | 14 | 10E | 3C | 32 |
| Octal | 177 | 63 | 313 | 45 | 113 | 0 | 24 | 416 | 74 | 62 |
| Binary | 1111111 | 110011 | 11001011 | 100101 | 1001011 | 0 | 10100 | 100001110 | 111100 | 110010 |
Color Harmonies of #7F33CB
Complementary color
Monochromatic Colors of #7F33CB
Black with #7F33CB
Text Example
Text Example
White with #7F33CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F33CB; }
p { color: rgb(127,51,203); }
H1.HeaderClassName
{
color: #7F33CB;
}
.AnyTagClassName
{
color: #7F33CB;
}
</style>
background-color css
<style>
a { background-color: #7F33CB; }
a { background-color: rgb(127,51,203); }
div.DivClassName
{
background-color: #7F33CB;
}
.BgClassName
{
background-color: #7F33CB;
}
</style>
border-color css
<style>
span { border-color: #7F33CB; }
span { border-color: rgb(127,51,203); }
td.TdClassName
{
border-color: #7F33CB;
}
.TagClassName
{
border-color: #7F33CB;
}
</style>