#7A2EE1

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

Shades of Blue Violet #7A2EE1

Tints of Blue Violet #7A2EE1

Color information

#7A2EE1 (or 0x7A2EE1) is unknown color: approx Blue Violet. HEX triplet: 7A, 2E and E1. RGB value is (122,46,225). Sum of RGB (Red+Green+Blue) = 122+46+225=393 (52% of max value = 765). Red value is 122 (48.05% from 255 or 31.04% from 393); Green value is 46 (18.36% from 255 or 11.70% from 393); Blue value is 225 (88.28% from 255 or 57.25% from 393); Max value from RGB is 225 - color contains mainly: blue. Hex color #7A2EE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A2EE1 is #85D11E. Grayscale: #585858. Windows color (decimal): -8769823 or 14757498. OLE color: 14757498.

HSL color Cylindrical-coordinate representation of color #7A2EE1: hue angle of 265.47º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A2EE1 is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12246225-
CMYK0.460.8000.12
HSL265.47º74.9%53.14%-
HSV(B)265.47º79.56%88.24%-
XYZ22.5911.5372.27-
YUV89.13204.68151.45-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.04%
GREEN value IS 46 (18.36% from 255) = 11.70%
BLUE value IS 225 (88.28% from 255) = 57.25%
R=31.04%
G=11.70%
B=57.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal122462250.460.8000.12265.4774.953.14
Hex7A2EE12E500C1094b35
Octal172563415612001441111365
Binary1111010101110111000011011101010000011001000010011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,46,225); }

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

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

 a { background-color: rgb(122,46,225); }

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

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

 span { border-color: rgb(122,46,225); }

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