Shades of Blue Violet #7025EA
Tints of Blue Violet #7025EA
RGB
CMYK
RGB Variations
Color information
#7025EA (or 0x7025EA) is known color: Blue Violet. HEX triplet: 70, 25 and EA. RGB value is (112,37,234). Sum of RGB (Red+Green+Blue) = 112+37+234=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 234 (91.80% from 255 or 61.10% from 383); Max value from RGB is 234 - color contains mainly: blue. Hex color #7025EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7025EA is #8FDA15. Grayscale: #515151. Windows color (decimal): -9427478 or 15345008. OLE color: 15345008.
HSL color Cylindrical-coordinate representation of color #7025EA: hue angle of 262.84º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7025EA is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 37 | 234 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.08 |
| HSL | 262.84º | 0.82% | 0.53% | - |
| HSV(B) | 262.84º | 0.84% | 0.92% | - |
| XYZ | 22.19 | 10.71 | 78.74 | - |
| YUV | 81.88 | 213.85 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 37 | 234 | 0.52 | 0.84 | 0 | 0.08 | 262.84 | 0.82 | 0.53 |
| Hex | 70 | 25 | EA | 34 | 54 | 0 | 8 | 107 | 52 | 35 |
| Octal | 160 | 45 | 352 | 64 | 124 | 0 | 10 | 407 | 122 | 65 |
| Binary | 1110000 | 100101 | 11101010 | 110100 | 1010100 | 0 | 1000 | 100000111 | 1010010 | 110101 |
Color Harmonies of #7025EA
Complementary color
Monochromatic Colors of #7025EA
Black with #7025EA
Text Example
Text Example
White with #7025EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7025EA; }
p { color: rgb(112,37,234); }
H1.HeaderClassName
{
color: #7025EA;
}
.AnyTagClassName
{
color: #7025EA;
}
</style>
background-color css
<style>
a { background-color: #7025EA; }
a { background-color: rgb(112,37,234); }
div.DivClassName
{
background-color: #7025EA;
}
.BgClassName
{
background-color: #7025EA;
}
</style>
border-color css
<style>
span { border-color: #7025EA; }
span { border-color: rgb(112,37,234); }
td.TdClassName
{
border-color: #7025EA;
}
.TagClassName
{
border-color: #7025EA;
}
</style>