Html Css Color HEX #77158E Purple

📋 copy color: '#77158E'

red 119 ◦ green 21 ◦ blue 142

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

Shades of Purple #77158E

Tints of Purple #77158E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.45%

 BLUE value IS 142 (55.86% from 255) = 50.35%

R = 42.2%
G = 7.45%
B = 50.35%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#77158E (or 0x77158E) is known color: Purple. HEX triplet: 77, 15 and 8E. RGB value is (119,21,142). Sum of RGB (Red+Green+Blue) = 119+21+142=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 142 (55.86% from 255 or 50.35% from 282); Max value from RGB is 142 - color contains mainly: blue. Hex color #77158E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77158E is #88EA71. Grayscale: #3F3F3F. Windows color (decimal): -8972914 or 9311607. OLE color: 9311607.

HSL color Cylindrical-coordinate representation of color #77158E: hue angle of 288.6º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #77158E is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 21 142 -
CMYK 0.16 0.85 0 0.44
HSL 288.6º 0.74% 0.32% -
HSV(B) 288.6º 0.85% 0.56% -
XYZ 12.76 6.41 26.16 -
YUV 64.1 171.97 167.16 -
System Red Green Blue C M Y K H S L
Decimal 119 21 142 0.16 0.85 0 0.44 288.6 0.74 0.32
Hex 77 15 8E 10 55 0 2C 121 4A 20
Octal 167 25 216 20 125 0 54 441 112 40
Binary 1110111 10101 10001110 10000 1010101 0 101100 100100001 1001010 100000

Color Harmonies of #77158E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77158E

Black with #77158E

Text Example


Text Example

White with #77158E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77158E; }

 p { color: rgb(119,21,142); }

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

background-color css

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

 a { background-color: rgb(119,21,142); }

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

border-color css

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

 span { border-color: rgb(119,21,142); }

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