#7E229C

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

Shades of Vivid Violet #7E229C

Tints of Vivid Violet #7E229C

Color information

#7E229C (or 0x7E229C) is unknown color: approx Vivid Violet. HEX triplet: 7E, 22 and 9C. RGB value is (126,34,156). Sum of RGB (Red+Green+Blue) = 126+34+156=316 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.87% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 156 (61.33% from 255 or 49.37% from 316); Max value from RGB is 156 - color contains mainly: blue. Hex color #7E229C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E229C is #81DD63. Grayscale: #4B4B4B. Windows color (decimal): -8510820 or 10232446. OLE color: 10232446.

HSL color Cylindrical-coordinate representation of color #7E229C: hue angle of 285.25º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7E229C is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12634156-
CMYK0.190.7800.39
HSL285.25º64.21%37.25%-
HSV(B)285.25º78.21%61.18%-
XYZ15.187.9832.19-
YUV75.42173.48164.08-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.87%
GREEN value IS 34 (13.67% from 255) = 10.76%
BLUE value IS 156 (61.33% from 255) = 49.37%
R=39.87%
G=10.76%
B=49.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal126341560.190.7800.39285.2564.2137.25
Hex7E229C134E02711d4025
Octal176422342311604743510045
Binary11111101000101001110010011100111001001111000111011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E229C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,34,156); }

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

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

 a { background-color: rgb(126,34,156); }

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

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

 span { border-color: rgb(126,34,156); }

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