#7E22AF

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

Shades of Vivid Violet #7E22AF

Tints of Vivid Violet #7E22AF

Color information

#7E22AF (or 0x7E22AF) is unknown color: approx Vivid Violet. HEX triplet: 7E, 22 and AF. RGB value is (126,34,175). Sum of RGB (Red+Green+Blue) = 126+34+175=335 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.61% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #7E22AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E22AF is #81DD50. Grayscale: #4D4D4D. Windows color (decimal): -8510801 or 11477630. OLE color: 11477630.

HSL color Cylindrical-coordinate representation of color #7E22AF: hue angle of 279.15º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7E22AF is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12634175-
CMYK0.280.8100.31
HSL279.15º67.46%40.98%-
HSV(B)279.15º80.57%68.63%-
XYZ16.918.6741.34-
YUV77.58182.98162.54-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.61%
GREEN value IS 34 (13.67% from 255) = 10.15%
BLUE value IS 175 (68.75% from 255) = 52.24%
R=37.61%
G=10.15%
B=52.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal126341750.280.8100.31279.1567.4640.98
Hex7E22AF1C5101F1174329
Octal176422573412103742710351
Binary1111110100010101011111110010100010111111000101111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E22AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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