Shades of Blue Violet #7F17DB
Tints of Blue Violet #7F17DB
RGB
CMYK
RGB Variations
Color information
#7F17DB (or 0x7F17DB) is known color: Blue Violet. HEX triplet: 7F, 17 and DB. RGB value is (127,23,219). Sum of RGB (Red+Green+Blue) = 127+23+219=369 (48% of max value = 765). Red value is 127 (50% from 255 or 34.42% from 369); Green value is 23 (9.38% from 255 or 6.23% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F17DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F17DB is #80E824. Grayscale: #4B4B4B. Windows color (decimal): -8448037 or 14358399. OLE color: 14358399.
HSL color Cylindrical-coordinate representation of color #7F17DB: hue angle of 271.84º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7F17DB is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 23 | 219 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.14 |
| HSL | 271.84º | 0.81% | 0.47% | - |
| HSV(B) | 271.84º | 0.89% | 0.86% | - |
| XYZ | 21.84 | 10.24 | 67.84 | - |
| YUV | 76.44 | 208.46 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 23 | 219 | 0.42 | 0.89 | 0 | 0.14 | 271.84 | 0.81 | 0.47 |
| Hex | 7F | 17 | DB | 2A | 59 | 0 | E | 110 | 51 | 2F |
| Octal | 177 | 27 | 333 | 52 | 131 | 0 | 16 | 420 | 121 | 57 |
| Binary | 1111111 | 10111 | 11011011 | 101010 | 1011001 | 0 | 1110 | 100010000 | 1010001 | 101111 |
Color Harmonies of #7F17DB
Complementary color
Monochromatic Colors of #7F17DB
Black with #7F17DB
Text Example
Text Example
White with #7F17DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F17DB; }
p { color: rgb(127,23,219); }
H1.HeaderClassName
{
color: #7F17DB;
}
.AnyTagClassName
{
color: #7F17DB;
}
</style>
background-color css
<style>
a { background-color: #7F17DB; }
a { background-color: rgb(127,23,219); }
div.DivClassName
{
background-color: #7F17DB;
}
.BgClassName
{
background-color: #7F17DB;
}
</style>
border-color css
<style>
span { border-color: #7F17DB; }
span { border-color: rgb(127,23,219); }
td.TdClassName
{
border-color: #7F17DB;
}
.TagClassName
{
border-color: #7F17DB;
}
</style>