Shades of Blue Violet #7F17CB
Tints of Blue Violet #7F17CB
RGB
CMYK
RGB Variations
Color information
#7F17CB (or 0x7F17CB) is known color: Blue Violet. HEX triplet: 7F, 17 and CB. RGB value is (127,23,203). Sum of RGB (Red+Green+Blue) = 127+23+203=353 (46% of max value = 765). Red value is 127 (50% from 255 or 35.98% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F17CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F17CB is #80E834. Grayscale: #4A4A4A. Windows color (decimal): -8448053 or 13309823. OLE color: 13309823.
HSL color Cylindrical-coordinate representation of color #7F17CB: hue angle of 274.67º 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 #7F17CB is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 23 | 203 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.20 |
| HSL | 274.67º | 0.8% | 0.44% | - |
| HSV(B) | 274.67º | 0.89% | 0.8% | - |
| XYZ | 19.84 | 9.44 | 57.28 | - |
| YUV | 74.62 | 200.46 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 23 | 203 | 0.37 | 0.89 | 0 | 0.20 | 274.67 | 0.8 | 0.44 |
| Hex | 7F | 17 | CB | 25 | 59 | 0 | 14 | 113 | 50 | 2C |
| Octal | 177 | 27 | 313 | 45 | 131 | 0 | 24 | 423 | 120 | 54 |
| Binary | 1111111 | 10111 | 11001011 | 100101 | 1011001 | 0 | 10100 | 100010011 | 1010000 | 101100 |
Color Harmonies of #7F17CB
Complementary color
Monochromatic Colors of #7F17CB
Black with #7F17CB
Text Example
Text Example
White with #7F17CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F17CB; }
p { color: rgb(127,23,203); }
H1.HeaderClassName
{
color: #7F17CB;
}
.AnyTagClassName
{
color: #7F17CB;
}
</style>
background-color css
<style>
a { background-color: #7F17CB; }
a { background-color: rgb(127,23,203); }
div.DivClassName
{
background-color: #7F17CB;
}
.BgClassName
{
background-color: #7F17CB;
}
</style>
border-color css
<style>
span { border-color: #7F17CB; }
span { border-color: rgb(127,23,203); }
td.TdClassName
{
border-color: #7F17CB;
}
.TagClassName
{
border-color: #7F17CB;
}
</style>