Html Css Color HEX #77197C Dark Purple

📋 copy color: '#77197C'

red 119 ◦ green 25 ◦ blue 124

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

Shades of Dark Purple #77197C

Tints of Dark Purple #77197C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.33%

 BLUE value IS 124 (48.83% from 255) = 46.27%

R = 44.4%
G = 9.33%
B = 46.27%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77197C (or 0x77197C) is known color: Dark Purple. HEX triplet: 77, 19 and 7C. RGB value is (119,25,124). Sum of RGB (Red+Green+Blue) = 119+25+124=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #77197C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77197C is #88E683. Grayscale: #404040. Windows color (decimal): -8971908 or 8132983. OLE color: 8132983.

HSL color Cylindrical-coordinate representation of color #77197C: hue angle of 296.97º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #77197C is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 25 124 -
CMYK 0.04 0.80 0 0.51
HSL 296.97º 0.66% 0.29% -
HSV(B) 296.97º 0.8% 0.49% -
XYZ 11.59 6.07 19.63 -
YUV 64.39 161.64 166.95 -
System Red Green Blue C M Y K H S L
Decimal 119 25 124 0.04 0.80 0 0.51 296.97 0.66 0.29
Hex 77 19 7C 4 50 0 33 129 42 1D
Octal 167 31 174 4 120 0 63 451 102 35
Binary 1110111 11001 1111100 100 1010000 0 110011 100101001 1000010 11101

Color Harmonies of #77197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77197C

Black with #77197C

Text Example


Text Example

White with #77197C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77197C; }

 p { color: rgb(119,25,124); }

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

background-color css

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

 a { background-color: rgb(119,25,124); }

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

border-color css

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

 span { border-color: rgb(119,25,124); }

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