#7E238C

Color #7E238C Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #7E238C

Tints of Vivid Violet #7E238C

Color information

#7E238C (or 0x7E238C) is unknown color: approx Vivid Violet. HEX triplet: 7E, 23 and 8C. RGB value is (126,35,140). Sum of RGB (Red+Green+Blue) = 126+35+140=301 (39% of max value = 765). Red value is 126 (49.61% from 255 or 41.86% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 140 - color contains mainly: blue. Hex color #7E238C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E238C is #81DC73. Grayscale: #494949. Windows color (decimal): -8510580 or 9184126. OLE color: 9184126.

HSL color Cylindrical-coordinate representation of color #7E238C: hue angle of 292º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E238C is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12635140-
CMYK0.100.7500.45
HSL292º60%34.31%-
HSV(B)292º75%54.9%-
XYZ13.947.5325.53-
YUV74.18165.15164.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.86%
GREEN value IS 35 (14.06% from 255) = 11.63%
BLUE value IS 140 (55.08% from 255) = 46.51%
R=41.86%
G=11.63%
B=46.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal126351400.100.7500.452926034.31
Hex7E238CA4B02D1243c22
Octal17643214121130554447442
Binary111111010001110001100101010010110101101100100100111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E238C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E238C; }

 p { color: rgb(126,35,140); }

 H1.HeaderClassName
 {
   color: #7E238C;
 }
 .AnyTagClassName
 {
   color: #7E238C;
 }
</style>
background-color css

<style>
 a { background-color: #7E238C; }

 a { background-color: rgb(126,35,140); }

 div.DivClassName
 {
   background-color: #7E238C;
 }
 .BgClassName
 {
   background-color: #7E238C;
 }
</style>
border-color css

<style>
 span { border-color: #7E238C; }

 span { border-color: rgb(126,35,140); }

 td.TdClassName
 {
   border-color: #7E238C;
 }
 .TagClassName
 {
   border-color: #7E238C;
 }
</style>