Shades of Blue Violet #7238E0
Tints of Blue Violet #7238E0
RGB
CMYK
RGB Variations
Color information
#7238E0 (or 0x7238E0) is known color: Blue Violet. HEX triplet: 72, 38 and E0. RGB value is (114,56,224). Sum of RGB (Red+Green+Blue) = 114+56+224=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 56 (22.27% from 255 or 14.21% from 394); Blue value is 224 (87.89% from 255 or 56.85% from 394); Max value from RGB is 224 - color contains mainly: blue. Hex color #7238E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7238E0 is #8DC71F. Grayscale: #5B5B5B. Windows color (decimal): -9291552 or 14694514. OLE color: 14694514.
HSL color Cylindrical-coordinate representation of color #7238E0: hue angle of 260.71º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7238E0 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 56 | 224 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.12 |
| HSL | 260.71º | 0.73% | 0.55% | - |
| HSV(B) | 260.71º | 0.75% | 0.88% | - |
| XYZ | 21.81 | 11.79 | 71.65 | - |
| YUV | 92.49 | 202.22 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 56 | 224 | 0.49 | 0.75 | 0 | 0.12 | 260.71 | 0.73 | 0.55 |
| Hex | 72 | 38 | E0 | 31 | 4B | 0 | C | 105 | 49 | 37 |
| Octal | 162 | 70 | 340 | 61 | 113 | 0 | 14 | 405 | 111 | 67 |
| Binary | 1110010 | 111000 | 11100000 | 110001 | 1001011 | 0 | 1100 | 100000101 | 1001001 | 110111 |
Color Harmonies of #7238E0
Complementary color
Monochromatic Colors of #7238E0
Black with #7238E0
Text Example
Text Example
White with #7238E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7238E0; }
p { color: rgb(114,56,224); }
H1.HeaderClassName
{
color: #7238E0;
}
.AnyTagClassName
{
color: #7238E0;
}
</style>
background-color css
<style>
a { background-color: #7238E0; }
a { background-color: rgb(114,56,224); }
div.DivClassName
{
background-color: #7238E0;
}
.BgClassName
{
background-color: #7238E0;
}
</style>
border-color css
<style>
span { border-color: #7238E0; }
span { border-color: rgb(114,56,224); }
td.TdClassName
{
border-color: #7238E0;
}
.TagClassName
{
border-color: #7238E0;
}
</style>