Html Css Color HEX #791086 Purple

📋 copy color: '#791086'

red 121 ◦ green 16 ◦ blue 134

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

Shades of Purple #791086

Tints of Purple #791086

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.9%

 BLUE value IS 134 (52.73% from 255) = 49.45%

R = 44.65%
G = 5.9%
B = 49.45%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#791086 (or 0x791086) is known color: Purple. HEX triplet: 79, 10 and 86. RGB value is (121,16,134). Sum of RGB (Red+Green+Blue) = 121+16+134=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 134 (52.73% from 255 or 49.45% from 271); Max value from RGB is 134 - color contains mainly: blue. Hex color #791086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791086 is #86EF79. Grayscale: #3C3C3C. Windows color (decimal): -8843130 or 8786041. OLE color: 8786041.

HSL color Cylindrical-coordinate representation of color #791086: hue angle of 293.39º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #791086 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 121 16 134 -
CMYK 0.10 0.88 0 0.47
HSL 293.39º 0.79% 0.29% -
HSV(B) 293.39º 0.88% 0.53% -
XYZ 12.37 6.16 23.09 -
YUV 60.85 169.29 170.91 -
System Red Green Blue C M Y K H S L
Decimal 121 16 134 0.10 0.88 0 0.47 293.39 0.79 0.29
Hex 79 10 86 A 58 0 2F 125 4F 1D
Octal 171 20 206 12 130 0 57 445 117 35
Binary 1111001 10000 10000110 1010 1011000 0 101111 100100101 1001111 11101

Color Harmonies of #791086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791086

Black with #791086

Text Example


Text Example

White with #791086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791086; }

 p { color: rgb(121,16,134); }

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

background-color css

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

 a { background-color: rgb(121,16,134); }

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

border-color css

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

 span { border-color: rgb(121,16,134); }

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