#7722EE

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

Shades of Blue Violet #7722EE

Tints of Blue Violet #7722EE

Color information

#7722EE (or 0x7722EE) is unknown color: approx Blue Violet. HEX triplet: 77, 22 and EE. RGB value is (119,34,238). Sum of RGB (Red+Green+Blue) = 119+34+238=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 34 (13.67% from 255 or 8.70% from 391); Blue value is 238 (93.36% from 255 or 60.87% from 391); Max value from RGB is 238 - color contains mainly: blue. Hex color #7722EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7722EE is #88DD11. Grayscale: #515151. Windows color (decimal): -8969490 or 15606391. OLE color: 15606391.

HSL color Cylindrical-coordinate representation of color #7722EE: hue angle of 265º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7722EE is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11934238-
CMYK0.500.8600.07
HSL265º85.71%53.33%-
HSV(B)265º85.71%93.33%-
XYZ23.6111.2481.81-
YUV82.67215.66153.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.43%
GREEN value IS 34 (13.67% from 255) = 8.70%
BLUE value IS 238 (93.36% from 255) = 60.87%
R=30.43%
G=8.70%
B=60.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal119342380.500.8600.0726585.7153.33
Hex7722EE3256071095635
Octal16742356621260741112665
Binary111011110001011101110110010101011001111000010011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7722EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7722EE; }

 p { color: rgb(119,34,238); }

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

<style>
 a { background-color: #7722EE; }

 a { background-color: rgb(119,34,238); }

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

<style>
 span { border-color: #7722EE; }

 span { border-color: rgb(119,34,238); }

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