#7242ED

Color #7242ED Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #7242ED

Tints of Blue Violet #7242ED

Color information

#7242ED (or 0x7242ED) is unknown color: approx 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

RGB11466237-
CMYK0.520.7200.07
HSL256.84º82.61%59.41%-
HSV(B)256.84º72.15%92.94%-
XYZ24.1713.5981.47-
YUV99.85205.4138.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 27.34%
GREEN value IS 66 (26.17% from 255) = 15.83%
BLUE value IS 237 (92.97% from 255) = 56.83%
R=27.34%
G=15.83%
B=56.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal114662370.520.7200.07256.8482.6159.41
Hex7242ED344807101533b
Octal162102355641100740112373
Binary1110010100001011101101110100100100001111000000011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7242ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>