Shades of Blue Violet #7236DF
Tints of Blue Violet #7236DF
RGB
CMYK
RGB Variations
Color information
#7236DF (or 0x7236DF) is known color: Blue Violet. HEX triplet: 72, 36 and DF. RGB value is (114,54,223). Sum of RGB (Red+Green+Blue) = 114+54+223=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #7236DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7236DF is #8DC920. Grayscale: #5A5A5A. Windows color (decimal): -9292065 or 14628466. OLE color: 14628466.
HSL color Cylindrical-coordinate representation of color #7236DF: hue angle of 261.3º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7236DF is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 54 | 223 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.13 |
| HSL | 261.3º | 0.73% | 0.54% | - |
| HSV(B) | 261.3º | 0.76% | 0.87% | - |
| XYZ | 21.58 | 11.54 | 70.9 | - |
| YUV | 91.21 | 202.38 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 54 | 223 | 0.49 | 0.76 | 0 | 0.13 | 261.3 | 0.73 | 0.54 |
| Hex | 72 | 36 | DF | 31 | 4C | 0 | D | 105 | 49 | 36 |
| Octal | 162 | 66 | 337 | 61 | 114 | 0 | 15 | 405 | 111 | 66 |
| Binary | 1110010 | 110110 | 11011111 | 110001 | 1001100 | 0 | 1101 | 100000101 | 1001001 | 110110 |
Color Harmonies of #7236DF
Complementary color
Monochromatic Colors of #7236DF
Black with #7236DF
Text Example
Text Example
White with #7236DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7236DF; }
p { color: rgb(114,54,223); }
H1.HeaderClassName
{
color: #7236DF;
}
.AnyTagClassName
{
color: #7236DF;
}
</style>
background-color css
<style>
a { background-color: #7236DF; }
a { background-color: rgb(114,54,223); }
div.DivClassName
{
background-color: #7236DF;
}
.BgClassName
{
background-color: #7236DF;
}
</style>
border-color css
<style>
span { border-color: #7236DF; }
span { border-color: rgb(114,54,223); }
td.TdClassName
{
border-color: #7236DF;
}
.TagClassName
{
border-color: #7236DF;
}
</style>