#7E2AC9

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

Shades of Blue Violet #7E2AC9

Tints of Blue Violet #7E2AC9

Color information

#7E2AC9 (or 0x7E2AC9) is unknown color: approx Blue Violet. HEX triplet: 7E, 2A and C9. RGB value is (126,42,201). Sum of RGB (Red+Green+Blue) = 126+42+201=369 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.15% from 369); Green value is 42 (16.80% from 255 or 11.38% from 369); Blue value is 201 (78.91% from 255 or 54.47% from 369); Max value from RGB is 201 - color contains mainly: blue. Hex color #7E2AC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2AC9 is #81D536. Grayscale: #545454. Windows color (decimal): -8508727 or 13183614. OLE color: 13183614.

HSL color Cylindrical-coordinate representation of color #7E2AC9: hue angle of 271.7º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7E2AC9 is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12642201-
CMYK0.370.7900.21
HSL271.7º65.43%47.65%-
HSV(B)271.7º79.1%78.82%-
XYZ19.9710.3156.2-
YUV85.24193.33157.07-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.15%
GREEN value IS 42 (16.80% from 255) = 11.38%
BLUE value IS 201 (78.91% from 255) = 54.47%
R=34.15%
G=11.38%
B=54.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal126422010.370.7900.21271.765.4347.65
Hex7E2AC9254F0151104130
Octal176523114511702542010160
Binary11111101010101100100110010110011110101011000100001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,42,201); }

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

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

 a { background-color: rgb(126,42,201); }

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

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

 span { border-color: rgb(126,42,201); }

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