Html Css Color HEX #77136D Dark Purple

📋 copy color: '#77136D'

red 119 ◦ green 19 ◦ blue 109

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

Shades of Dark Purple #77136D

Tints of Dark Purple #77136D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.69%

 BLUE value IS 109 (42.97% from 255) = 44.13%

R = 48.18%
G = 7.69%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77136D (or 0x77136D) is known color: Dark Purple. HEX triplet: 77, 13 and 6D. RGB value is (119,19,109). Sum of RGB (Red+Green+Blue) = 119+19+109=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #77136D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77136D is #88EC92. Grayscale: #3A3A3A. Windows color (decimal): -8973459 or 7148407. OLE color: 7148407.

HSL color Cylindrical-coordinate representation of color #77136D: hue angle of 306º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #77136D is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 19 109 -
CMYK 0 0.84 0.08 0.53
HSL 306º 0.72% 0.27% -
HSV(B) 306º 0.84% 0.47% -
XYZ 10.6 5.49 14.97 -
YUV 59.16 156.13 170.68 -
System Red Green Blue C M Y K H S L
Decimal 119 19 109 0 0.84 0.08 0.53 306 0.72 0.27
Hex 77 13 6D 0 54 8 35 132 48 1B
Octal 167 23 155 0 124 10 65 462 110 33
Binary 1110111 10011 1101101 0 1010100 1000 110101 100110010 1001000 11011

Color Harmonies of #77136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77136D

Black with #77136D

Text Example


Text Example

White with #77136D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,19,109); }

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

background-color css

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

 a { background-color: rgb(119,19,109); }

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

border-color css

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

 span { border-color: rgb(119,19,109); }

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