Html Css Color HEX #77198A Purple

📋 copy color: '#77198A'

red 119 ◦ green 25 ◦ blue 138

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

Shades of Purple #77198A

Tints of Purple #77198A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 48.94%

R = 42.2%
G = 8.87%
B = 48.94%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#77198A (or 0x77198A) is known color: Purple. HEX triplet: 77, 19 and 8A. RGB value is (119,25,138). Sum of RGB (Red+Green+Blue) = 119+25+138=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #77198A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77198A is #88E675. Grayscale: #414141. Windows color (decimal): -8971894 or 9050487. OLE color: 9050487.

HSL color Cylindrical-coordinate representation of color #77198A: hue angle of 289.91º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77198A is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 25 138 -
CMYK 0.14 0.82 0 0.46
HSL 289.91º 0.69% 0.32% -
HSV(B) 289.91º 0.82% 0.54% -
XYZ 12.54 6.45 24.63 -
YUV 65.99 168.64 165.81 -
System Red Green Blue C M Y K H S L
Decimal 119 25 138 0.14 0.82 0 0.46 289.91 0.69 0.32
Hex 77 19 8A E 52 0 2E 122 45 20
Octal 167 31 212 16 122 0 56 442 105 40
Binary 1110111 11001 10001010 1110 1010010 0 101110 100100010 1000101 100000

Color Harmonies of #77198A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77198A

Black with #77198A

Text Example


Text Example

White with #77198A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77198A; }

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

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

background-color css

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

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

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

border-color css

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

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

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