Html Css Color HEX #791AD5 Blue Violet

📋 copy color: '#791AD5'

red 121 ◦ green 26 ◦ blue 213

#791AD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #791AD5

Tints of Blue Violet #791AD5

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 value IS 0.43

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#791AD5 (or 0x791AD5) is known color: 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

RGB 121 26 213 -
CMYK 0.43 0.88 0 0.16
HSL 270.48º 0.78% 0.47% -
HSV(B) 270.48º 0.88% 0.84% -
XYZ 20.26 9.61 63.74 -
YUV 75.72 205.47 160.29 -
System Red Green Blue C M Y K H S L
Decimal 121 26 213 0.43 0.88 0 0.16 270.48 0.78 0.47
Hex 79 1A D5 2B 58 0 10 10E 4E 2F
Octal 171 32 325 53 130 0 20 416 116 57
Binary 1111001 11010 11010101 101011 1011000 0 10000 100001110 1001110 101111

Color Harmonies of #791AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791AD5

Black with #791AD5

Text Example


Text Example

White with #791AD5

Text Example


Text Example

HTML Codes & Css Web 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>