Shades of Blue Violet #7242ED
Tints of Blue Violet #7242ED
RGB
CMYK
RGB Variations
Color information
#7242ED (or 0x7242ED) is known color: Blue Violet. HEX triplet: 72, 42 and ED. RGB value is (114,66,237). Sum of RGB (Red+Green+Blue) = 114+66+237=417 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.34% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #7242ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7242ED is #8DBD12. Grayscale: #636363. Windows color (decimal): -9288979 or 15549042. OLE color: 15549042.
HSL color Cylindrical-coordinate representation of color #7242ED: hue angle of 256.84º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7242ED is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 66 | 237 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.07 |
| HSL | 256.84º | 0.83% | 0.59% | - |
| HSV(B) | 256.84º | 0.72% | 0.93% | - |
| XYZ | 24.17 | 13.59 | 81.47 | - |
| YUV | 99.85 | 205.4 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 66 | 237 | 0.52 | 0.72 | 0 | 0.07 | 256.84 | 0.83 | 0.59 |
| Hex | 72 | 42 | ED | 34 | 48 | 0 | 7 | 101 | 53 | 3B |
| Octal | 162 | 102 | 355 | 64 | 110 | 0 | 7 | 401 | 123 | 73 |
| Binary | 1110010 | 1000010 | 11101101 | 110100 | 1001000 | 0 | 111 | 100000001 | 1010011 | 111011 |
Color Harmonies of #7242ED
Complementary color
Monochromatic Colors of #7242ED
Black with #7242ED
Text Example
Text Example
White with #7242ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7242ED; }
p { color: rgb(114,66,237); }
H1.HeaderClassName
{
color: #7242ED;
}
.AnyTagClassName
{
color: #7242ED;
}
</style>
background-color css
<style>
a { background-color: #7242ED; }
a { background-color: rgb(114,66,237); }
div.DivClassName
{
background-color: #7242ED;
}
.BgClassName
{
background-color: #7242ED;
}
</style>
border-color css
<style>
span { border-color: #7242ED; }
span { border-color: rgb(114,66,237); }
td.TdClassName
{
border-color: #7242ED;
}
.TagClassName
{
border-color: #7242ED;
}
</style>