Html Css Color HEX #77168B Purple

📋 copy color: '#77168B'

red 119 ◦ green 22 ◦ blue 139

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

Shades of Purple #77168B

Tints of Purple #77168B

RGB

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

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

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

R = 42.5%
G = 7.86%
B = 49.64%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77168B (or 0x77168B) is known color: Purple. HEX triplet: 77, 16 and 8B. RGB value is (119,22,139). Sum of RGB (Red+Green+Blue) = 119+22+139=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #77168B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77168B is #88E974. Grayscale: #3F3F3F. Windows color (decimal): -8972661 or 9115255. OLE color: 9115255.

HSL color Cylindrical-coordinate representation of color #77168B: hue angle of 289.74º 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 #77168B is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 22 139 -
CMYK 0.14 0.84 0 0.45
HSL 289.74º 0.73% 0.32% -
HSV(B) 289.74º 0.84% 0.55% -
XYZ 12.55 6.36 24.99 -
YUV 64.34 170.14 166.99 -
System Red Green Blue C M Y K H S L
Decimal 119 22 139 0.14 0.84 0 0.45 289.74 0.73 0.32
Hex 77 16 8B E 54 0 2D 122 49 20
Octal 167 26 213 16 124 0 55 442 111 40
Binary 1110111 10110 10001011 1110 1010100 0 101101 100100010 1001001 100000

Color Harmonies of #77168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77168B

Black with #77168B

Text Example


Text Example

White with #77168B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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