Shades of Blue Violet #7423DC
Tints of Blue Violet #7423DC
RGB
CMYK
RGB Variations
Color information
#7423DC (or 0x7423DC) is known color: Blue Violet. HEX triplet: 74, 23 and DC. RGB value is (116,35,220). Sum of RGB (Red+Green+Blue) = 116+35+220=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #7423DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7423DC is #8BDC23. Grayscale: #4F4F4F. Windows color (decimal): -9165860 or 14426996. OLE color: 14426996.
HSL color Cylindrical-coordinate representation of color #7423DC: hue angle of 266.27º degrees, saturation: 0.73, 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 #7423DC is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 35 | 220 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.14 |
| HSL | 266.27º | 0.73% | 0.5% | - |
| HSV(B) | 266.27º | 0.84% | 0.86% | - |
| XYZ | 20.72 | 10.08 | 68.56 | - |
| YUV | 80.31 | 206.84 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 35 | 220 | 0.47 | 0.84 | 0 | 0.14 | 266.27 | 0.73 | 0.5 |
| Hex | 74 | 23 | DC | 2F | 54 | 0 | E | 10A | 49 | 32 |
| Octal | 164 | 43 | 334 | 57 | 124 | 0 | 16 | 412 | 111 | 62 |
| Binary | 1110100 | 100011 | 11011100 | 101111 | 1010100 | 0 | 1110 | 100001010 | 1001001 | 110010 |
Color Harmonies of #7423DC
Complementary color
Monochromatic Colors of #7423DC
Black with #7423DC
Text Example
Text Example
White with #7423DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7423DC; }
p { color: rgb(116,35,220); }
H1.HeaderClassName
{
color: #7423DC;
}
.AnyTagClassName
{
color: #7423DC;
}
</style>
background-color css
<style>
a { background-color: #7423DC; }
a { background-color: rgb(116,35,220); }
div.DivClassName
{
background-color: #7423DC;
}
.BgClassName
{
background-color: #7423DC;
}
</style>
border-color css
<style>
span { border-color: #7423DC; }
span { border-color: rgb(116,35,220); }
td.TdClassName
{
border-color: #7423DC;
}
.TagClassName
{
border-color: #7423DC;
}
</style>