#791AD5

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

Shades of Blue Violet #791AD5

Tints of Blue Violet #791AD5

Color information

#791AD5 (or 0x791AD5) is unknown color: approx Blue Violet. HEX triplet: 79, 1A and D5. RGB value is (121,26,213). Sum of RGB (Red+Green+Blue) = 121+26+213=360 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.61% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 213 (83.59% from 255 or 59.17% from 360); Max value from RGB is 213 - color contains mainly: blue. Hex color #791AD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791AD5 is #86E52A. Grayscale: #4B4B4B. Windows color (decimal): -8840491 or 13965945. OLE color: 13965945.

HSL color Cylindrical-coordinate representation of color #791AD5: hue angle of 270.48º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #791AD5 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12126213-
CMYK0.430.8800.16
HSL270.48º78.24%46.86%-
HSV(B)270.48º87.79%83.53%-
XYZ20.269.6163.74-
YUV75.72205.47160.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.61%
GREEN value IS 26 (10.55% from 255) = 7.22%
BLUE value IS 213 (83.59% from 255) = 59.17%
R=33.61%
G=7.22%
B=59.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal121262130.430.8800.16270.4878.2446.86
Hex791AD52B5801010e4e2f
Octal171323255313002041611657
Binary1111001110101101010110101110110000100001000011101001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791AD5; }

 p { color: rgb(121,26,213); }

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

<style>
 a { background-color: #791AD5; }

 a { background-color: rgb(121,26,213); }

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

<style>
 span { border-color: #791AD5; }

 span { border-color: rgb(121,26,213); }

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