Shades of Blue Violet #7D23DB
Tints of Blue Violet #7D23DB
RGB
CMYK
RGB Variations
Color information
#7D23DB (or 0x7D23DB) is known color: Blue Violet. HEX triplet: 7D, 23 and DB. RGB value is (125,35,219). Sum of RGB (Red+Green+Blue) = 125+35+219=379 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.98% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D23DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D23DB is #82DC24. Grayscale: #525252. Windows color (decimal): -8576037 or 14361469. OLE color: 14361469.
HSL color Cylindrical-coordinate representation of color #7D23DB: hue angle of 269.35º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7D23DB is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 35 | 219 | - |
| CMYK | 0.43 | 0.84 | 0 | 0.14 |
| HSL | 269.35º | 0.72% | 0.5% | - |
| HSV(B) | 269.35º | 0.84% | 0.86% | - |
| XYZ | 21.84 | 10.68 | 67.93 | - |
| YUV | 82.89 | 204.82 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 35 | 219 | 0.43 | 0.84 | 0 | 0.14 | 269.35 | 0.72 | 0.5 |
| Hex | 7D | 23 | DB | 2B | 54 | 0 | E | 10D | 48 | 32 |
| Octal | 175 | 43 | 333 | 53 | 124 | 0 | 16 | 415 | 110 | 62 |
| Binary | 1111101 | 100011 | 11011011 | 101011 | 1010100 | 0 | 1110 | 100001101 | 1001000 | 110010 |
Color Harmonies of #7D23DB
Complementary color
Monochromatic Colors of #7D23DB
Black with #7D23DB
Text Example
Text Example
White with #7D23DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D23DB; }
p { color: rgb(125,35,219); }
H1.HeaderClassName
{
color: #7D23DB;
}
.AnyTagClassName
{
color: #7D23DB;
}
</style>
background-color css
<style>
a { background-color: #7D23DB; }
a { background-color: rgb(125,35,219); }
div.DivClassName
{
background-color: #7D23DB;
}
.BgClassName
{
background-color: #7D23DB;
}
</style>
border-color css
<style>
span { border-color: #7D23DB; }
span { border-color: rgb(125,35,219); }
td.TdClassName
{
border-color: #7D23DB;
}
.TagClassName
{
border-color: #7D23DB;
}
</style>