Html Css Color HEX #791ACD Blue Violet

📋 copy color: '#791ACD'

red 121 ◦ green 26 ◦ blue 205

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

Shades of Blue Violet #791ACD

Tints of Blue Violet #791ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.24%

R = 34.38%
G = 7.39%
B = 58.24%

CMYK

 C value IS 0.41

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#791ACD (or 0x791ACD) is known color: Blue Violet. HEX triplet: 79, 1A and CD. RGB value is (121,26,205). Sum of RGB (Red+Green+Blue) = 121+26+205=352 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.38% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #791ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791ACD is #86E532. Grayscale: #4A4A4A. Windows color (decimal): -8840499 or 13441657. OLE color: 13441657.

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

Color convert

RGB 121 26 205 -
CMYK 0.41 0.87 0 0.20
HSL 271.84º 0.77% 0.45% -
HSV(B) 271.84º 0.87% 0.8% -
XYZ 19.27 9.21 58.52 -
YUV 74.81 201.47 160.95 -
System Red Green Blue C M Y K H S L
Decimal 121 26 205 0.41 0.87 0 0.20 271.84 0.77 0.45
Hex 79 1A CD 29 57 0 14 110 4D 2D
Octal 171 32 315 51 127 0 24 420 115 55
Binary 1111001 11010 11001101 101001 1010111 0 10100 100010000 1001101 101101

Color Harmonies of #791ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791ACD

Black with #791ACD

Text Example


Text Example

White with #791ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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