Shades of Blue Violet #7B17CB
Tints of Blue Violet #7B17CB
RGB
CMYK
RGB Variations
Color information
#7B17CB (or 0x7B17CB) is known color: Blue Violet. HEX triplet: 7B, 17 and CB. RGB value is (123,23,203). Sum of RGB (Red+Green+Blue) = 123+23+203=349 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.24% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #7B17CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B17CB is #84E834. Grayscale: #484848. Windows color (decimal): -8710197 or 13309819. OLE color: 13309819.
HSL color Cylindrical-coordinate representation of color #7B17CB: hue angle of 273.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B17CB is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 23 | 203 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.20 |
| HSL | 273.33º | 0.8% | 0.44% | - |
| HSV(B) | 273.33º | 0.89% | 0.8% | - |
| XYZ | 19.25 | 9.14 | 57.25 | - |
| YUV | 73.42 | 201.13 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 23 | 203 | 0.39 | 0.89 | 0 | 0.20 | 273.33 | 0.8 | 0.44 |
| Hex | 7B | 17 | CB | 27 | 59 | 0 | 14 | 111 | 50 | 2C |
| Octal | 173 | 27 | 313 | 47 | 131 | 0 | 24 | 421 | 120 | 54 |
| Binary | 1111011 | 10111 | 11001011 | 100111 | 1011001 | 0 | 10100 | 100010001 | 1010000 | 101100 |
Color Harmonies of #7B17CB
Complementary color
Monochromatic Colors of #7B17CB
Black with #7B17CB
Text Example
Text Example
White with #7B17CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B17CB; }
p { color: rgb(123,23,203); }
H1.HeaderClassName
{
color: #7B17CB;
}
.AnyTagClassName
{
color: #7B17CB;
}
</style>
background-color css
<style>
a { background-color: #7B17CB; }
a { background-color: rgb(123,23,203); }
div.DivClassName
{
background-color: #7B17CB;
}
.BgClassName
{
background-color: #7B17CB;
}
</style>
border-color css
<style>
span { border-color: #7B17CB; }
span { border-color: rgb(123,23,203); }
td.TdClassName
{
border-color: #7B17CB;
}
.TagClassName
{
border-color: #7B17CB;
}
</style>