Html Css Color HEX #77136C Dark Purple

📋 copy color: '#77136C'

red 119 ◦ green 19 ◦ blue 108

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

Shades of Dark Purple #77136C

Tints of Dark Purple #77136C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.9%

R = 48.37%
G = 7.72%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#77136C (or 0x77136C) is known color: Dark Purple. HEX triplet: 77, 13 and 6C. RGB value is (119,19,108). Sum of RGB (Red+Green+Blue) = 119+19+108=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #77136C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77136C is #88EC93. Grayscale: #3A3A3A. Windows color (decimal): -8973460 or 7082871. OLE color: 7082871.

HSL color Cylindrical-coordinate representation of color #77136C: hue angle of 306.6º 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 #77136C is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 19 108 -
CMYK 0 0.84 0.09 0.53
HSL 306.6º 0.72% 0.27% -
HSV(B) 306.6º 0.84% 0.47% -
XYZ 10.55 5.47 14.69 -
YUV 59.05 155.63 170.76 -
System Red Green Blue C M Y K H S L
Decimal 119 19 108 0 0.84 0.09 0.53 306.6 0.72 0.27
Hex 77 13 6C 0 54 9 35 133 48 1B
Octal 167 23 154 0 124 11 65 463 110 33
Binary 1110111 10011 1101100 0 1010100 1001 110101 100110011 1001000 11011

Color Harmonies of #77136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77136C

Black with #77136C

Text Example


Text Example

White with #77136C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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