#7E4283

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

Shades of Vivid Violet #7E4283

Tints of Vivid Violet #7E4283

Color information

#7E4283 (or 0x7E4283) is unknown color: approx Vivid Violet. HEX triplet: 7E, 42 and 83. RGB value is (126,66,131). Sum of RGB (Red+Green+Blue) = 126+66+131=323 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.01% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 131 - color contains mainly: blue. Hex color #7E4283 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4283 is #81BD7C. Grayscale: #5B5B5B. Windows color (decimal): -8502653 or 8602238. OLE color: 8602238.

HSL color Cylindrical-coordinate representation of color #7E4283: hue angle of 295.38º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E4283 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12666131-
CMYK0.040.5000.49
HSL295.38º32.99%38.63%-
HSV(B)295.38º49.62%51.37%-
XYZ14.659.9722.63-
YUV91.35150.38152.71-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.01%
GREEN value IS 66 (26.17% from 255) = 20.43%
BLUE value IS 131 (51.56% from 255) = 40.56%
R=39.01%
G=20.43%
B=40.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal126661310.040.5000.49295.3832.9938.63
Hex7E42834320311272127
Octal1761022034620614474147
Binary11111101000010100000111001100100110001100100111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,66,131); }

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

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

 a { background-color: rgb(126,66,131); }

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

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

 span { border-color: rgb(126,66,131); }

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