Html Css Color HEX #77196B Dark Purple

📋 copy color: '#77196B'

red 119 ◦ green 25 ◦ blue 107

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

Shades of Dark Purple #77196B

Tints of Dark Purple #77196B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.96%

 BLUE value IS 107 (42.19% from 255) = 42.63%

R = 47.41%
G = 9.96%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#77196B (or 0x77196B) is known color: Dark Purple. HEX triplet: 77, 19 and 6B. RGB value is (119,25,107). Sum of RGB (Red+Green+Blue) = 119+25+107=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #77196B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77196B is #88E694. Grayscale: #3E3E3E. Windows color (decimal): -8971925 or 7018871. OLE color: 7018871.

HSL color Cylindrical-coordinate representation of color #77196B: hue angle of 307.66º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #77196B is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 25 107 -
CMYK 0 0.79 0.10 0.53
HSL 307.66º 0.65% 0.28% -
HSV(B) 307.66º 0.79% 0.47% -
XYZ 10.61 5.68 14.45 -
YUV 62.45 153.14 168.33 -
System Red Green Blue C M Y K H S L
Decimal 119 25 107 0 0.79 0.10 0.53 307.66 0.65 0.28
Hex 77 19 6B 0 4F A 35 134 41 1C
Octal 167 31 153 0 117 12 65 464 101 34
Binary 1110111 11001 1101011 0 1001111 1010 110101 100110100 1000001 11100

Color Harmonies of #77196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77196B

Black with #77196B

Text Example


Text Example

White with #77196B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,25,107); }

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

background-color css

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

 a { background-color: rgb(119,25,107); }

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

border-color css

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

 span { border-color: rgb(119,25,107); }

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