Html Css Color HEX #791185 Purple

📋 copy color: '#791185'

red 121 ◦ green 17 ◦ blue 133

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

Shades of Purple #791185

Tints of Purple #791185

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.27%

 BLUE value IS 133 (52.34% from 255) = 49.08%

R = 44.65%
G = 6.27%
B = 49.08%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#791185 (or 0x791185) is known color: Purple. HEX triplet: 79, 11 and 85. RGB value is (121,17,133). Sum of RGB (Red+Green+Blue) = 121+17+133=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #791185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791185 is #86EE7A. Grayscale: #3C3C3C. Windows color (decimal): -8842875 or 8720761. OLE color: 8720761.

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

Color convert

RGB 121 17 133 -
CMYK 0.09 0.87 0 0.48
HSL 293.79º 0.77% 0.29% -
HSV(B) 293.79º 0.87% 0.52% -
XYZ 12.32 6.16 22.73 -
YUV 61.32 168.46 170.57 -
System Red Green Blue C M Y K H S L
Decimal 121 17 133 0.09 0.87 0 0.48 293.79 0.77 0.29
Hex 79 11 85 9 57 0 30 126 4D 1D
Octal 171 21 205 11 127 0 60 446 115 35
Binary 1111001 10001 10000101 1001 1010111 0 110000 100100110 1001101 11101

Color Harmonies of #791185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791185

Black with #791185

Text Example


Text Example

White with #791185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791185; }

 p { color: rgb(121,17,133); }

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

background-color css

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

 a { background-color: rgb(121,17,133); }

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

border-color css

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

 span { border-color: rgb(121,17,133); }

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