Shades of Blue Violet #7E23CF
Tints of Blue Violet #7E23CF
RGB
CMYK
RGB Variations
Color information
#7E23CF (or 0x7E23CF) is known color: Blue Violet. HEX triplet: 7E, 23 and CF. RGB value is (126,35,207). Sum of RGB (Red+Green+Blue) = 126+35+207=368 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.24% from 368); Green value is 35 (14.06% from 255 or 9.51% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #7E23CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E23CF is #81DC30. Grayscale: #515151. Windows color (decimal): -8510513 or 13575038. OLE color: 13575038.
HSL color Cylindrical-coordinate representation of color #7E23CF: hue angle of 271.74º 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 #7E23CF is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 35 | 207 | - |
| CMYK | 0.39 | 0.83 | 0 | 0.19 |
| HSL | 271.74º | 0.71% | 0.47% | - |
| HSV(B) | 271.74º | 0.83% | 0.81% | - |
| XYZ | 20.47 | 10.14 | 59.91 | - |
| YUV | 81.82 | 198.65 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 35 | 207 | 0.39 | 0.83 | 0 | 0.19 | 271.74 | 0.71 | 0.47 |
| Hex | 7E | 23 | CF | 27 | 53 | 0 | 13 | 110 | 47 | 2F |
| Octal | 176 | 43 | 317 | 47 | 123 | 0 | 23 | 420 | 107 | 57 |
| Binary | 1111110 | 100011 | 11001111 | 100111 | 1010011 | 0 | 10011 | 100010000 | 1000111 | 101111 |
Color Harmonies of #7E23CF
Complementary color
Monochromatic Colors of #7E23CF
Black with #7E23CF
Text Example
Text Example
White with #7E23CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E23CF; }
p { color: rgb(126,35,207); }
H1.HeaderClassName
{
color: #7E23CF;
}
.AnyTagClassName
{
color: #7E23CF;
}
</style>
background-color css
<style>
a { background-color: #7E23CF; }
a { background-color: rgb(126,35,207); }
div.DivClassName
{
background-color: #7E23CF;
}
.BgClassName
{
background-color: #7E23CF;
}
</style>
border-color css
<style>
span { border-color: #7E23CF; }
span { border-color: rgb(126,35,207); }
td.TdClassName
{
border-color: #7E23CF;
}
.TagClassName
{
border-color: #7E23CF;
}
</style>