Html Css Color HEX #791168 Dark Purple

📋 copy color: '#791168'

red 121 ◦ green 17 ◦ blue 104

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

Shades of Dark Purple #791168

Tints of Dark Purple #791168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 42.98%

R = 50%
G = 7.02%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#791168 (or 0x791168) is known color: Dark Purple. HEX triplet: 79, 11 and 68. RGB value is (121,17,104). Sum of RGB (Red+Green+Blue) = 121+17+104=242 (32% of max value = 765). Red value is 121 (47.66% from 255 or 50% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 121 - color contains mainly: red. Hex color #791168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791168 is #86EE97. Grayscale: #393939. Windows color (decimal): -8842904 or 6820217. OLE color: 6820217.

HSL color Cylindrical-coordinate representation of color #791168: hue angle of 309.81º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #791168 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 17 104 -
CMYK 0 0.86 0.14 0.53
HSL 309.81º 0.75% 0.27% -
HSV(B) 309.81º 0.86% 0.47% -
XYZ 10.58 5.47 13.59 -
YUV 58.01 153.96 172.93 -
System Red Green Blue C M Y K H S L
Decimal 121 17 104 0 0.86 0.14 0.53 309.81 0.75 0.27
Hex 79 11 68 0 56 E 35 136 4B 1B
Octal 171 21 150 0 126 16 65 466 113 33
Binary 1111001 10001 1101000 0 1010110 1110 110101 100110110 1001011 11011

Color Harmonies of #791168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791168

Black with #791168

Text Example


Text Example

White with #791168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791168; }

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

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

background-color css

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

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

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

border-color css

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

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

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