Shades of Blue Violet #7C23DA
Tints of Blue Violet #7C23DA
RGB
CMYK
RGB Variations
Color information
#7C23DA (or 0x7C23DA) is known color: Blue Violet. HEX triplet: 7C, 23 and DA. RGB value is (124,35,218). Sum of RGB (Red+Green+Blue) = 124+35+218=377 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.89% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #7C23DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C23DA is #83DC25. Grayscale: #515151. Windows color (decimal): -8641574 or 14295932. OLE color: 14295932.
HSL color Cylindrical-coordinate representation of color #7C23DA: hue angle of 269.18º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C23DA is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 124 | 35 | 218 | - |
| CMYK | 0.43 | 0.84 | 0 | 0.15 |
| HSL | 269.18º | 0.72% | 0.5% | - |
| HSV(B) | 269.18º | 0.84% | 0.85% | - |
| XYZ | 21.57 | 10.55 | 67.23 | - |
| YUV | 82.47 | 204.49 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 35 | 218 | 0.43 | 0.84 | 0 | 0.15 | 269.18 | 0.72 | 0.5 |
| Hex | 7C | 23 | DA | 2B | 54 | 0 | F | 10D | 48 | 32 |
| Octal | 174 | 43 | 332 | 53 | 124 | 0 | 17 | 415 | 110 | 62 |
| Binary | 1111100 | 100011 | 11011010 | 101011 | 1010100 | 0 | 1111 | 100001101 | 1001000 | 110010 |
Color Harmonies of #7C23DA
Complementary color
Monochromatic Colors of #7C23DA
Black with #7C23DA
Text Example
Text Example
White with #7C23DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C23DA; }
p { color: rgb(124,35,218); }
H1.HeaderClassName
{
color: #7C23DA;
}
.AnyTagClassName
{
color: #7C23DA;
}
</style>
background-color css
<style>
a { background-color: #7C23DA; }
a { background-color: rgb(124,35,218); }
div.DivClassName
{
background-color: #7C23DA;
}
.BgClassName
{
background-color: #7C23DA;
}
</style>
border-color css
<style>
span { border-color: #7C23DA; }
span { border-color: rgb(124,35,218); }
td.TdClassName
{
border-color: #7C23DA;
}
.TagClassName
{
border-color: #7C23DA;
}
</style>