Html Css Color HEX #772579 Dark Purple

📋 copy color: '#772579'

red 119 ◦ green 37 ◦ blue 121

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

Shades of Dark Purple #772579

Tints of Dark Purple #772579

RGB

 RED value IS 119 (46.88% from 255) = 42.96%

 GREEN value IS 37 (14.84% from 255) = 13.36%

 BLUE value IS 121 (47.66% from 255) = 43.68%

R = 42.96%
G = 13.36%
B = 43.68%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#772579 (or 0x772579) is known color: Dark Purple. HEX triplet: 77, 25 and 79. RGB value is (119,37,121). Sum of RGB (Red+Green+Blue) = 119+37+121=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 121 - color contains mainly: blue. Hex color #772579 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772579 is #88DA86. Grayscale: #464646. Windows color (decimal): -8968839 or 7939447. OLE color: 7939447.

HSL color Cylindrical-coordinate representation of color #772579: hue angle of 298.57º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #772579 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 37 121 -
CMYK 0.02 0.69 0 0.53
HSL 298.57º 0.53% 0.31% -
HSV(B) 298.57º 0.69% 0.47% -
XYZ 11.72 6.63 18.75 -
YUV 71.09 156.17 162.17 -
System Red Green Blue C M Y K H S L
Decimal 119 37 121 0.02 0.69 0 0.53 298.57 0.53 0.31
Hex 77 25 79 2 45 0 35 12B 35 1F
Octal 167 45 171 2 105 0 65 453 65 37
Binary 1110111 100101 1111001 10 1000101 0 110101 100101011 110101 11111

Color Harmonies of #772579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772579

Black with #772579

Text Example


Text Example

White with #772579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772579; }

 p { color: rgb(119,37,121); }

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

background-color css

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

 a { background-color: rgb(119,37,121); }

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

border-color css

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

 span { border-color: rgb(119,37,121); }

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