Html Css Color HEX #791775 Dark Purple

📋 copy color: '#791775'

red 121 ◦ green 23 ◦ blue 117

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

Shades of Dark Purple #791775

Tints of Dark Purple #791775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 44.83%

R = 46.36%
G = 8.81%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#791775 (or 0x791775) is known color: Dark Purple. HEX triplet: 79, 17 and 75. RGB value is (121,23,117). Sum of RGB (Red+Green+Blue) = 121+23+117=261 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.36% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 121 - color contains mainly: red. Hex color #791775 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791775 is #86E88A. Grayscale: #3E3E3E. Windows color (decimal): -8841355 or 7673721. OLE color: 7673721.

HSL color Cylindrical-coordinate representation of color #791775: hue angle of 302.45º 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 #791775 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 23 117 -
CMYK 0 0.81 0.03 0.53
HSL 302.45º 0.68% 0.28% -
HSV(B) 302.45º 0.81% 0.47% -
XYZ 11.4 5.96 17.38 -
YUV 63.02 158.47 169.36 -
System Red Green Blue C M Y K H S L
Decimal 121 23 117 0 0.81 0.03 0.53 302.45 0.68 0.28
Hex 79 17 75 0 51 3 35 12E 44 1C
Octal 171 27 165 0 121 3 65 456 104 34
Binary 1111001 10111 1110101 0 1010001 11 110101 100101110 1000100 11100

Color Harmonies of #791775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791775

Black with #791775

Text Example


Text Example

White with #791775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791775; }

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

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

background-color css

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

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

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

border-color css

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

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

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