Html Css Color HEX #772479 Dark Purple

📋 copy color: '#772479'

red 119 ◦ green 36 ◦ blue 121

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

Shades of Dark Purple #772479

Tints of Dark Purple #772479

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.04%

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

R = 43.12%
G = 13.04%
B = 43.84%

CMYK

 C value IS 0.02

 M value IS 0.70

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#772479 (or 0x772479) is known color: Dark Purple. HEX triplet: 77, 24 and 79. RGB value is (119,36,121). Sum of RGB (Red+Green+Blue) = 119+36+121=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 121 - color contains mainly: blue. Hex color #772479 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772479 is #88DB86. Grayscale: #464646. Windows color (decimal): -8969095 or 7939191. OLE color: 7939191.

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

Color convert

RGB 119 36 121 -
CMYK 0.02 0.70 0 0.53
HSL 298.59º 0.54% 0.31% -
HSV(B) 298.59º 0.7% 0.47% -
XYZ 11.69 6.56 18.74 -
YUV 70.51 156.5 162.59 -
System Red Green Blue C M Y K H S L
Decimal 119 36 121 0.02 0.70 0 0.53 298.59 0.54 0.31
Hex 77 24 79 2 46 0 35 12B 36 1F
Octal 167 44 171 2 106 0 65 453 66 37
Binary 1110111 100100 1111001 10 1000110 0 110101 100101011 110110 11111

Color Harmonies of #772479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772479

Black with #772479

Text Example


Text Example

White with #772479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772479; }

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

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

background-color css

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

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

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

border-color css

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

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

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