#7A22E1

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

Shades of Blue Violet #7A22E1

Tints of Blue Violet #7A22E1

Color information

#7A22E1 (or 0x7A22E1) is unknown color: approx Blue Violet. HEX triplet: 7A, 22 and E1. RGB value is (122,34,225). Sum of RGB (Red+Green+Blue) = 122+34+225=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 34 (13.67% from 255 or 8.92% from 381); Blue value is 225 (88.28% from 255 or 59.06% from 381); Max value from RGB is 225 - color contains mainly: blue. Hex color #7A22E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A22E1 is #85DD1E. Grayscale: #515151. Windows color (decimal): -8772895 or 14754426. OLE color: 14754426.

HSL color Cylindrical-coordinate representation of color #7A22E1: hue angle of 267.64º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A22E1 is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12234225-
CMYK0.460.8500.12
HSL267.64º76.1%50.78%-
HSV(B)267.64º84.89%88.24%-
XYZ22.1910.7272.13-
YUV82.09208.65156.47-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.02%
GREEN value IS 34 (13.67% from 255) = 8.92%
BLUE value IS 225 (88.28% from 255) = 59.06%
R=32.02%
G=8.92%
B=59.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal122342250.460.8500.12267.6476.150.78
Hex7A22E12E550C10c4c33
Octal172423415612501441411463
Binary1111010100010111000011011101010101011001000011001001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A22E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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