Html Css Color HEX #77118D Purple

📋 copy color: '#77118D'

red 119 ◦ green 17 ◦ blue 141

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

Shades of Purple #77118D

Tints of Purple #77118D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.14%

 BLUE value IS 141 (55.47% from 255) = 50.9%

R = 42.96%
G = 6.14%
B = 50.9%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77118D (or 0x77118D) is known color: Purple. HEX triplet: 77, 11 and 8D. RGB value is (119,17,141). Sum of RGB (Red+Green+Blue) = 119+17+141=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #77118D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77118D is #88EE72. Grayscale: #3D3D3D. Windows color (decimal): -8973939 or 9245047. OLE color: 9245047.

HSL color Cylindrical-coordinate representation of color #77118D: hue angle of 289.35º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #77118D is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 17 141 -
CMYK 0.16 0.88 0 0.45
HSL 289.35º 0.78% 0.31% -
HSV(B) 289.35º 0.88% 0.55% -
XYZ 12.62 6.25 25.74 -
YUV 61.63 172.79 168.92 -
System Red Green Blue C M Y K H S L
Decimal 119 17 141 0.16 0.88 0 0.45 289.35 0.78 0.31
Hex 77 11 8D 10 58 0 2D 121 4E 1F
Octal 167 21 215 20 130 0 55 441 116 37
Binary 1110111 10001 10001101 10000 1011000 0 101101 100100001 1001110 11111

Color Harmonies of #77118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77118D

Black with #77118D

Text Example


Text Example

White with #77118D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77118D; }

 p { color: rgb(119,17,141); }

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

background-color css

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

 a { background-color: rgb(119,17,141); }

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

border-color css

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

 span { border-color: rgb(119,17,141); }

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