Html Css Color HEX #77187D Dark Purple

📋 copy color: '#77187D'

red 119 ◦ green 24 ◦ blue 125

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

Shades of Dark Purple #77187D

Tints of Dark Purple #77187D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 46.64%

R = 44.4%
G = 8.96%
B = 46.64%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77187D (or 0x77187D) is known color: Dark Purple. HEX triplet: 77, 18 and 7D. RGB value is (119,24,125). Sum of RGB (Red+Green+Blue) = 119+24+125=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 125 - color contains mainly: blue. Hex color #77187D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77187D is #88E782. Grayscale: #3F3F3F. Windows color (decimal): -8972163 or 8198263. OLE color: 8198263.

HSL color Cylindrical-coordinate representation of color #77187D: hue angle of 296.44º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #77187D is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 24 125 -
CMYK 0.05 0.81 0 0.51
HSL 296.44º 0.68% 0.29% -
HSV(B) 296.44º 0.81% 0.49% -
XYZ 11.64 6.06 19.96 -
YUV 63.92 162.47 167.29 -
System Red Green Blue C M Y K H S L
Decimal 119 24 125 0.05 0.81 0 0.51 296.44 0.68 0.29
Hex 77 18 7D 5 51 0 33 128 44 1D
Octal 167 30 175 5 121 0 63 450 104 35
Binary 1110111 11000 1111101 101 1010001 0 110011 100101000 1000100 11101

Color Harmonies of #77187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77187D

Black with #77187D

Text Example


Text Example

White with #77187D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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