Shades of Blue Violet #723CF2
Tints of Blue Violet #723CF2
RGB
CMYK
RGB Variations
Color information
#723CF2 (or 0x723CF2) is known color: Blue Violet. HEX triplet: 72, 3C and F2. RGB value is (114,60,242). Sum of RGB (Red+Green+Blue) = 114+60+242=416 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.40% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 242 (94.92% from 255 or 58.17% from 416); Max value from RGB is 242 - color contains mainly: blue. Hex color #723CF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #723CF2 is #8DC30D. Grayscale: #606060. Windows color (decimal): -9290510 or 15875186. OLE color: 15875186.
HSL color Cylindrical-coordinate representation of color #723CF2: hue angle of 257.8º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #723CF2 is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 60 | 242 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.05 |
| HSL | 257.8º | 0.88% | 0.59% | - |
| HSV(B) | 257.8º | 0.75% | 0.95% | - |
| XYZ | 24.58 | 13.22 | 85.26 | - |
| YUV | 96.89 | 209.89 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 60 | 242 | 0.53 | 0.75 | 0 | 0.05 | 257.8 | 0.88 | 0.59 |
| Hex | 72 | 3C | F2 | 35 | 4B | 0 | 5 | 102 | 58 | 3B |
| Octal | 162 | 74 | 362 | 65 | 113 | 0 | 5 | 402 | 130 | 73 |
| Binary | 1110010 | 111100 | 11110010 | 110101 | 1001011 | 0 | 101 | 100000010 | 1011000 | 111011 |
Color Harmonies of #723CF2
Complementary color
Monochromatic Colors of #723CF2
Black with #723CF2
Text Example
Text Example
White with #723CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723CF2; }
p { color: rgb(114,60,242); }
H1.HeaderClassName
{
color: #723CF2;
}
.AnyTagClassName
{
color: #723CF2;
}
</style>
background-color css
<style>
a { background-color: #723CF2; }
a { background-color: rgb(114,60,242); }
div.DivClassName
{
background-color: #723CF2;
}
.BgClassName
{
background-color: #723CF2;
}
</style>
border-color css
<style>
span { border-color: #723CF2; }
span { border-color: rgb(114,60,242); }
td.TdClassName
{
border-color: #723CF2;
}
.TagClassName
{
border-color: #723CF2;
}
</style>