Html Css Color HEX #77168D Purple

📋 copy color: '#77168D'

red 119 ◦ green 22 ◦ blue 141

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

Shades of Purple #77168D

Tints of Purple #77168D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.8%

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

R = 42.2%
G = 7.8%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77168D (or 0x77168D) is known color: Purple. HEX triplet: 77, 16 and 8D. RGB value is (119,22,141). Sum of RGB (Red+Green+Blue) = 119+22+141=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #77168D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77168D is #88E972. Grayscale: #404040. Windows color (decimal): -8972659 or 9246327. OLE color: 9246327.

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

Color convert

RGB 119 22 141 -
CMYK 0.16 0.84 0 0.45
HSL 288.91º 0.73% 0.32% -
HSV(B) 288.91º 0.84% 0.55% -
XYZ 12.7 6.42 25.77 -
YUV 64.57 171.14 166.82 -
System Red Green Blue C M Y K H S L
Decimal 119 22 141 0.16 0.84 0 0.45 288.91 0.73 0.32
Hex 77 16 8D 10 54 0 2D 121 49 20
Octal 167 26 215 20 124 0 55 441 111 40
Binary 1110111 10110 10001101 10000 1010100 0 101101 100100001 1001001 100000

Color Harmonies of #77168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77168D

Black with #77168D

Text Example


Text Example

White with #77168D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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