Html Css Color HEX #77128D Purple

📋 copy color: '#77128D'

red 119 ◦ green 18 ◦ blue 141

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

Shades of Purple #77128D

Tints of Purple #77128D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.47%

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

R = 42.81%
G = 6.47%
B = 50.72%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77128D (or 0x77128D) is known color: Purple. HEX triplet: 77, 12 and 8D. RGB value is (119,18,141). Sum of RGB (Red+Green+Blue) = 119+18+141=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #77128D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77128D is #88ED72. Grayscale: #3D3D3D. Windows color (decimal): -8973683 or 9245303. OLE color: 9245303.

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

Color convert

RGB 119 18 141 -
CMYK 0.16 0.87 0 0.45
HSL 289.27º 0.77% 0.31% -
HSV(B) 289.27º 0.87% 0.55% -
XYZ 12.63 6.28 25.75 -
YUV 62.22 172.46 168.5 -
System Red Green Blue C M Y K H S L
Decimal 119 18 141 0.16 0.87 0 0.45 289.27 0.77 0.31
Hex 77 12 8D 10 57 0 2D 121 4D 1F
Octal 167 22 215 20 127 0 55 441 115 37
Binary 1110111 10010 10001101 10000 1010111 0 101101 100100001 1001101 11111

Color Harmonies of #77128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77128D

Black with #77128D

Text Example


Text Example

White with #77128D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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