Html Css Color HEX #791084 Purple

📋 copy color: '#791084'

red 121 ◦ green 16 ◦ blue 132

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

Shades of Purple #791084

Tints of Purple #791084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 49.07%

R = 44.98%
G = 5.95%
B = 49.07%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#791084 (or 0x791084) is known color: Purple. HEX triplet: 79, 10 and 84. RGB value is (121,16,132). Sum of RGB (Red+Green+Blue) = 121+16+132=269 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.98% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #791084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791084 is #86EF7B. Grayscale: #3C3C3C. Windows color (decimal): -8843132 or 8654969. OLE color: 8654969.

HSL color Cylindrical-coordinate representation of color #791084: hue angle of 294.31º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #791084 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 121 16 132 -
CMYK 0.08 0.88 0 0.48
HSL 294.31º 0.78% 0.29% -
HSV(B) 294.31º 0.88% 0.52% -
XYZ 12.24 6.1 22.36 -
YUV 60.62 168.29 171.07 -
System Red Green Blue C M Y K H S L
Decimal 121 16 132 0.08 0.88 0 0.48 294.31 0.78 0.29
Hex 79 10 84 8 58 0 30 126 4E 1D
Octal 171 20 204 10 130 0 60 446 116 35
Binary 1111001 10000 10000100 1000 1011000 0 110000 100100110 1001110 11101

Color Harmonies of #791084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791084

Black with #791084

Text Example


Text Example

White with #791084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791084; }

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

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

background-color css

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

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

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

border-color css

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

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

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