Shades of Blue Violet #7D23CE
Tints of Blue Violet #7D23CE
RGB
CMYK
RGB Variations
Color information
#7D23CE (or 0x7D23CE) is known color: Blue Violet. HEX triplet: 7D, 23 and CE. RGB value is (125,35,206). Sum of RGB (Red+Green+Blue) = 125+35+206=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 35 (14.06% from 255 or 9.56% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D23CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D23CE is #82DC31. Grayscale: #505050. Windows color (decimal): -8576050 or 13509501. OLE color: 13509501.
HSL color Cylindrical-coordinate representation of color #7D23CE: hue angle of 271.58º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7D23CE is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 35 | 206 | - |
| CMYK | 0.39 | 0.83 | 0 | 0.19 |
| HSL | 271.58º | 0.71% | 0.47% | - |
| HSV(B) | 271.58º | 0.83% | 0.81% | - |
| XYZ | 20.2 | 10.02 | 59.26 | - |
| YUV | 81.4 | 198.32 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 35 | 206 | 0.39 | 0.83 | 0 | 0.19 | 271.58 | 0.71 | 0.47 |
| Hex | 7D | 23 | CE | 27 | 53 | 0 | 13 | 110 | 47 | 2F |
| Octal | 175 | 43 | 316 | 47 | 123 | 0 | 23 | 420 | 107 | 57 |
| Binary | 1111101 | 100011 | 11001110 | 100111 | 1010011 | 0 | 10011 | 100010000 | 1000111 | 101111 |
Color Harmonies of #7D23CE
Complementary color
Monochromatic Colors of #7D23CE
Black with #7D23CE
Text Example
Text Example
White with #7D23CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D23CE; }
p { color: rgb(125,35,206); }
H1.HeaderClassName
{
color: #7D23CE;
}
.AnyTagClassName
{
color: #7D23CE;
}
</style>
background-color css
<style>
a { background-color: #7D23CE; }
a { background-color: rgb(125,35,206); }
div.DivClassName
{
background-color: #7D23CE;
}
.BgClassName
{
background-color: #7D23CE;
}
</style>
border-color css
<style>
span { border-color: #7D23CE; }
span { border-color: rgb(125,35,206); }
td.TdClassName
{
border-color: #7D23CE;
}
.TagClassName
{
border-color: #7D23CE;
}
</style>