#7A3EEE

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

Shades of Blue Violet #7A3EEE

Tints of Blue Violet #7A3EEE

Color information

#7A3EEE (or 0x7A3EEE) is unknown color: approx Blue Violet. HEX triplet: 7A, 3E and EE. RGB value is (122,62,238). Sum of RGB (Red+Green+Blue) = 122+62+238=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 62 (24.61% from 255 or 14.69% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #7A3EEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A3EEE is #85C111. Grayscale: #636363. Windows color (decimal): -8765714 or 15613562. OLE color: 15613562.

HSL color Cylindrical-coordinate representation of color #7A3EEE: hue angle of 260.45º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A3EEE is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12262238-
CMYK0.490.7400.07
HSL260.45º83.81%58.82%-
HSV(B)260.45º73.95%93.33%-
XYZ25.1813.7682.22-
YUV100205.88143.69-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.91%
GREEN value IS 62 (24.61% from 255) = 14.69%
BLUE value IS 238 (93.36% from 255) = 56.40%
R=28.91%
G=14.69%
B=56.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal122622380.490.7400.07260.4583.8158.82
Hex7A3EEE314A07104543b
Octal17276356611120740412473
Binary111101011111011101110110001100101001111000001001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,62,238); }

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

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

 a { background-color: rgb(122,62,238); }

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

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

 span { border-color: rgb(122,62,238); }

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