Html Css Color HEX #791771 Dark Purple

📋 copy color: '#791771'

red 121 ◦ green 23 ◦ blue 113

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

Shades of Dark Purple #791771

Tints of Dark Purple #791771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.95%

 BLUE value IS 113 (44.53% from 255) = 43.97%

R = 47.08%
G = 8.95%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#791771 (or 0x791771) is known color: Dark Purple. HEX triplet: 79, 17 and 71. RGB value is (121,23,113). Sum of RGB (Red+Green+Blue) = 121+23+113=257 (34% of max value = 765). Red value is 121 (47.66% from 255 or 47.08% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 121 - color contains mainly: red. Hex color #791771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791771 is #86E88E. Grayscale: #3E3E3E. Windows color (decimal): -8841359 or 7411577. OLE color: 7411577.

HSL color Cylindrical-coordinate representation of color #791771: hue angle of 304.9º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #791771 is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 23 113 -
CMYK 0 0.81 0.07 0.53
HSL 304.9º 0.68% 0.28% -
HSV(B) 304.9º 0.81% 0.47% -
XYZ 11.17 5.87 16.17 -
YUV 62.56 156.47 169.68 -
System Red Green Blue C M Y K H S L
Decimal 121 23 113 0 0.81 0.07 0.53 304.9 0.68 0.28
Hex 79 17 71 0 51 7 35 131 44 1C
Octal 171 27 161 0 121 7 65 461 104 34
Binary 1111001 10111 1110001 0 1010001 111 110101 100110001 1000100 11100

Color Harmonies of #791771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791771

Black with #791771

Text Example


Text Example

White with #791771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791771; }

 p { color: rgb(121,23,113); }

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

background-color css

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

 a { background-color: rgb(121,23,113); }

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

border-color css

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

 span { border-color: rgb(121,23,113); }

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