Shades of Blue Violet #7223F1
Tints of Blue Violet #7223F1
RGB
CMYK
RGB Variations
Color information
#7223F1 (or 0x7223F1) is known color: Blue Violet. HEX triplet: 72, 23 and F1. RGB value is (114,35,241). Sum of RGB (Red+Green+Blue) = 114+35+241=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 35 (14.06% from 255 or 8.97% from 390); Blue value is 241 (94.53% from 255 or 61.79% from 390); Max value from RGB is 241 - color contains mainly: blue. Hex color #7223F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7223F1 is #8DDC0E. Grayscale: #515151. Windows color (decimal): -9296911 or 15803250. OLE color: 15803250.
HSL color Cylindrical-coordinate representation of color #7223F1: hue angle of 263.01º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7223F1 is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 35 | 241 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.05 |
| HSL | 263.01º | 0.88% | 0.54% | - |
| HSV(B) | 263.01º | 0.85% | 0.95% | - |
| XYZ | 23.42 | 11.13 | 84.13 | - |
| YUV | 82.11 | 217.67 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 35 | 241 | 0.53 | 0.85 | 0 | 0.05 | 263.01 | 0.88 | 0.54 |
| Hex | 72 | 23 | F1 | 35 | 55 | 0 | 5 | 107 | 58 | 36 |
| Octal | 162 | 43 | 361 | 65 | 125 | 0 | 5 | 407 | 130 | 66 |
| Binary | 1110010 | 100011 | 11110001 | 110101 | 1010101 | 0 | 101 | 100000111 | 1011000 | 110110 |
Color Harmonies of #7223F1
Complementary color
Monochromatic Colors of #7223F1
Black with #7223F1
Text Example
Text Example
White with #7223F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7223F1; }
p { color: rgb(114,35,241); }
H1.HeaderClassName
{
color: #7223F1;
}
.AnyTagClassName
{
color: #7223F1;
}
</style>
background-color css
<style>
a { background-color: #7223F1; }
a { background-color: rgb(114,35,241); }
div.DivClassName
{
background-color: #7223F1;
}
.BgClassName
{
background-color: #7223F1;
}
</style>
border-color css
<style>
span { border-color: #7223F1; }
span { border-color: rgb(114,35,241); }
td.TdClassName
{
border-color: #7223F1;
}
.TagClassName
{
border-color: #7223F1;
}
</style>