#7e2e9d

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

Shades of Vivid Violet #7E2E9D

Tints of Vivid Violet #7E2E9D

Color information

#7E2E9D (or 0x7E2E9D) is unknown color: approx Vivid Violet. HEX triplet: 7E, 2E and 9D. RGB value is (126,46,157). Sum of RGB (Red+Green+Blue) = 126+46+157=329 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.30% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E2E9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2E9D is #81D162. Grayscale: #525252. Windows color (decimal): -8507747 or 10301054. OLE color: 10301054.

HSL color Cylindrical-coordinate representation of color #7E2E9D: hue angle of 283.24º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E2E9D is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12646157-
CMYK0.200.7100.38
HSL283.24º54.68%39.8%-
HSV(B)283.24º70.7%61.57%-
XYZ15.678.8232.78-
YUV82.57170158.97-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.30%
GREEN value IS 46 (18.36% from 255) = 13.98%
BLUE value IS 157 (61.72% from 255) = 47.72%
R=38.30%
G=13.98%
B=47.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal126461570.200.7100.38283.2454.6839.8
Hex7E2E9D144702611b3728
Octal17656235241070464336750
Binary1111110101110100111011010010001110100110100011011110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e2e9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,46,157); }

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

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

 a { background-color: rgb(126,46,157); }

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

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

 span { border-color: rgb(126,46,157); }

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