Html Css Color HEX #791ACE Blue Violet

📋 copy color: '#791ACE'

red 121 ◦ green 26 ◦ blue 206

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

Shades of Blue Violet #791ACE

Tints of Blue Violet #791ACE

RGB

 RED value IS 121 (47.66% from 255) = 34.28%

 GREEN value IS 26 (10.55% from 255) = 7.37%

 BLUE value IS 206 (80.86% from 255) = 58.36%

R = 34.28%
G = 7.37%
B = 58.36%

CMYK

 C value IS 0.41

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#791ACE (or 0x791ACE) is known color: Blue Violet. HEX triplet: 79, 1A and CE. RGB value is (121,26,206). Sum of RGB (Red+Green+Blue) = 121+26+206=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #791ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791ACE is #86E531. Grayscale: #4A4A4A. Windows color (decimal): -8840498 or 13507193. OLE color: 13507193.

HSL color Cylindrical-coordinate representation of color #791ACE: hue angle of 271.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #791ACE is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 26 206 -
CMYK 0.41 0.87 0 0.19
HSL 271.67º 0.78% 0.45% -
HSV(B) 271.67º 0.87% 0.81% -
XYZ 19.4 9.26 59.16 -
YUV 74.93 201.97 160.86 -
System Red Green Blue C M Y K H S L
Decimal 121 26 206 0.41 0.87 0 0.19 271.67 0.78 0.45
Hex 79 1A CE 29 57 0 13 110 4E 2D
Octal 171 32 316 51 127 0 23 420 116 55
Binary 1111001 11010 11001110 101001 1010111 0 10011 100010000 1001110 101101

Color Harmonies of #791ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791ACE

Black with #791ACE

Text Example


Text Example

White with #791ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #791ACE;
 }
 .AnyTagClassName
 {
   color: #791ACE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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