Html Css Color HEX #77188B Purple

📋 copy color: '#77188B'

red 119 ◦ green 24 ◦ blue 139

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

Shades of Purple #77188B

Tints of Purple #77188B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.51%

 BLUE value IS 139 (54.69% from 255) = 49.29%

R = 42.2%
G = 8.51%
B = 49.29%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77188B (or 0x77188B) is known color: Purple. HEX triplet: 77, 18 and 8B. RGB value is (119,24,139). Sum of RGB (Red+Green+Blue) = 119+24+139=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #77188B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77188B is #88E774. Grayscale: #414141. Windows color (decimal): -8972149 or 9115767. OLE color: 9115767.

HSL color Cylindrical-coordinate representation of color #77188B: hue angle of 289.57º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #77188B is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 24 139 -
CMYK 0.14 0.83 0 0.45
HSL 289.57º 0.71% 0.32% -
HSV(B) 289.57º 0.83% 0.55% -
XYZ 12.59 6.44 25.01 -
YUV 65.52 169.47 166.15 -
System Red Green Blue C M Y K H S L
Decimal 119 24 139 0.14 0.83 0 0.45 289.57 0.71 0.32
Hex 77 18 8B E 53 0 2D 122 47 20
Octal 167 30 213 16 123 0 55 442 107 40
Binary 1110111 11000 10001011 1110 1010011 0 101101 100100010 1000111 100000

Color Harmonies of #77188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77188B

Black with #77188B

Text Example


Text Example

White with #77188B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77188B; }

 p { color: rgb(119,24,139); }

 H1.HeaderClassName
 {
   color: #77188B;
 }
 .AnyTagClassName
 {
   color: #77188B;
 }
</style>

background-color css

<style>
 a { background-color: #77188B; }

 a { background-color: rgb(119,24,139); }

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

border-color css

<style>
 span { border-color: #77188B; }

 span { border-color: rgb(119,24,139); }

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