Shades of Blue Violet #7423DA
Tints of Blue Violet #7423DA
RGB
CMYK
RGB Variations
Color information
#7423DA (or 0x7423DA) is known color: Blue Violet. HEX triplet: 74, 23 and DA. RGB value is (116,35,218). Sum of RGB (Red+Green+Blue) = 116+35+218=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 35 (14.06% from 255 or 9.49% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #7423DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7423DA is #8BDC25. Grayscale: #4F4F4F. Windows color (decimal): -9165862 or 14295924. OLE color: 14295924.
HSL color Cylindrical-coordinate representation of color #7423DA: hue angle of 266.56º 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 #7423DA is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 35 | 218 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.15 |
| HSL | 266.56º | 0.72% | 0.5% | - |
| HSV(B) | 266.56º | 0.84% | 0.85% | - |
| XYZ | 20.46 | 9.98 | 67.18 | - |
| YUV | 80.08 | 205.84 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 35 | 218 | 0.47 | 0.84 | 0 | 0.15 | 266.56 | 0.72 | 0.5 |
| Hex | 74 | 23 | DA | 2F | 54 | 0 | F | 10B | 48 | 32 |
| Octal | 164 | 43 | 332 | 57 | 124 | 0 | 17 | 413 | 110 | 62 |
| Binary | 1110100 | 100011 | 11011010 | 101111 | 1010100 | 0 | 1111 | 100001011 | 1001000 | 110010 |
Color Harmonies of #7423DA
Complementary color
Monochromatic Colors of #7423DA
Black with #7423DA
Text Example
Text Example
White with #7423DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7423DA; }
p { color: rgb(116,35,218); }
H1.HeaderClassName
{
color: #7423DA;
}
.AnyTagClassName
{
color: #7423DA;
}
</style>
background-color css
<style>
a { background-color: #7423DA; }
a { background-color: rgb(116,35,218); }
div.DivClassName
{
background-color: #7423DA;
}
.BgClassName
{
background-color: #7423DA;
}
</style>
border-color css
<style>
span { border-color: #7423DA; }
span { border-color: rgb(116,35,218); }
td.TdClassName
{
border-color: #7423DA;
}
.TagClassName
{
border-color: #7423DA;
}
</style>