Shades of Blue Violet #722CFA
Tints of Blue Violet #722CFA
RGB
CMYK
RGB Variations
Color information
#722CFA (or 0x722CFA) is known color: Blue Violet. HEX triplet: 72, 2C and FA. RGB value is (114,44,250). Sum of RGB (Red+Green+Blue) = 114+44+250=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 44 (17.58% from 255 or 10.78% from 408); Blue value is 250 (98.05% from 255 or 61.27% from 408); Max value from RGB is 250 - color contains mainly: blue. Hex color #722CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #722CFA is #8DD305. Grayscale: #575757. Windows color (decimal): -9294598 or 16395378. OLE color: 16395378.
HSL color Cylindrical-coordinate representation of color #722CFA: hue angle of 260.39º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #722CFA is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 44 | 250 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.02 |
| HSL | 260.39º | 0.95% | 0.58% | - |
| HSV(B) | 260.39º | 0.82% | 0.98% | - |
| XYZ | 25.1 | 12.28 | 91.49 | - |
| YUV | 88.41 | 219.19 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 250 | 0.54 | 0.82 | 0 | 0.02 | 260.39 | 0.95 | 0.58 |
| Hex | 72 | 2C | FA | 36 | 52 | 0 | 2 | 104 | 5F | 3A |
| Octal | 162 | 54 | 372 | 66 | 122 | 0 | 2 | 404 | 137 | 72 |
| Binary | 1110010 | 101100 | 11111010 | 110110 | 1010010 | 0 | 10 | 100000100 | 1011111 | 111010 |
Color Harmonies of #722CFA
Complementary color
Monochromatic Colors of #722CFA
Black with #722CFA
Text Example
Text Example
White with #722CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722CFA; }
p { color: rgb(114,44,250); }
H1.HeaderClassName
{
color: #722CFA;
}
.AnyTagClassName
{
color: #722CFA;
}
</style>
background-color css
<style>
a { background-color: #722CFA; }
a { background-color: rgb(114,44,250); }
div.DivClassName
{
background-color: #722CFA;
}
.BgClassName
{
background-color: #722CFA;
}
</style>
border-color css
<style>
span { border-color: #722CFA; }
span { border-color: rgb(114,44,250); }
td.TdClassName
{
border-color: #722CFA;
}
.TagClassName
{
border-color: #722CFA;
}
</style>