#7E2B92

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

Shades of Vivid Violet #7E2B92

Tints of Vivid Violet #7E2B92

Color information

#7E2B92 (or 0x7E2B92) is unknown color: approx Vivid Violet. HEX triplet: 7E, 2B and 92. RGB value is (126,43,146). Sum of RGB (Red+Green+Blue) = 126+43+146=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #7E2B92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2B92 is #81D46D. Grayscale: #4F4F4F. Windows color (decimal): -8508526 or 9579390. OLE color: 9579390.

HSL color Cylindrical-coordinate representation of color #7E2B92: hue angle of 288.35º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E2B92 is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12643146-
CMYK0.140.7100.43
HSL288.35º54.5%37.06%-
HSV(B)288.35º70.55%57.25%-
XYZ14.668.2428.01-
YUV79.56165.5161.12-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40%
GREEN value IS 43 (17.19% from 255) = 13.65%
BLUE value IS 146 (57.42% from 255) = 46.35%
R=40%
G=13.65%
B=46.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal126431460.140.7100.43288.3554.537.06
Hex7E2B92E4702B1203625
Octal17653222161070534406645
Binary111111010101110010010111010001110101011100100000110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,43,146); }

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

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

 a { background-color: rgb(126,43,146); }

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

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

 span { border-color: rgb(126,43,146); }

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