Shades of Blue Violet #7323DA
Tints of Blue Violet #7323DA
RGB
CMYK
RGB Variations
Color information
#7323DA (or 0x7323DA) is known color: Blue Violet. HEX triplet: 73, 23 and DA. RGB value is (115,35,218). Sum of RGB (Red+Green+Blue) = 115+35+218=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 35 (14.06% from 255 or 9.51% from 368); Blue value is 218 (85.55% from 255 or 59.24% from 368); Max value from RGB is 218 - color contains mainly: blue. Hex color #7323DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7323DA is #8CDC25. Grayscale: #4F4F4F. Windows color (decimal): -9231398 or 14295923. OLE color: 14295923.
HSL color Cylindrical-coordinate representation of color #7323DA: hue angle of 266.23º 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 #7323DA is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 35 | 218 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.15 |
| HSL | 266.23º | 0.72% | 0.5% | - |
| HSV(B) | 266.23º | 0.84% | 0.85% | - |
| XYZ | 20.33 | 9.91 | 67.17 | - |
| YUV | 79.78 | 206 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 35 | 218 | 0.47 | 0.84 | 0 | 0.15 | 266.23 | 0.72 | 0.5 |
| Hex | 73 | 23 | DA | 2F | 54 | 0 | F | 10A | 48 | 32 |
| Octal | 163 | 43 | 332 | 57 | 124 | 0 | 17 | 412 | 110 | 62 |
| Binary | 1110011 | 100011 | 11011010 | 101111 | 1010100 | 0 | 1111 | 100001010 | 1001000 | 110010 |
Color Harmonies of #7323DA
Complementary color
Monochromatic Colors of #7323DA
Black with #7323DA
Text Example
Text Example
White with #7323DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7323DA; }
p { color: rgb(115,35,218); }
H1.HeaderClassName
{
color: #7323DA;
}
.AnyTagClassName
{
color: #7323DA;
}
</style>
background-color css
<style>
a { background-color: #7323DA; }
a { background-color: rgb(115,35,218); }
div.DivClassName
{
background-color: #7323DA;
}
.BgClassName
{
background-color: #7323DA;
}
</style>
border-color css
<style>
span { border-color: #7323DA; }
span { border-color: rgb(115,35,218); }
td.TdClassName
{
border-color: #7323DA;
}
.TagClassName
{
border-color: #7323DA;
}
</style>