Html Css Color HEX #77096D Purple

📋 copy color: '#77096D'

red 119 ◦ green 9 ◦ blue 109

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

Shades of Purple #77096D

Tints of Purple #77096D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.8%

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

R = 50.21%
G = 3.8%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77096D (or 0x77096D) is known color: Purple. HEX triplet: 77, 09 and 6D. RGB value is (119,9,109). Sum of RGB (Red+Green+Blue) = 119+9+109=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #77096D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77096D is #88F692. Grayscale: #353535. Windows color (decimal): -8976019 or 7145847. OLE color: 7145847.

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

Color convert

RGB 119 9 109 -
CMYK 0 0.92 0.08 0.53
HSL 305.45º 0.86% 0.25% -
HSV(B) 305.45º 0.92% 0.47% -
XYZ 10.47 5.22 14.92 -
YUV 53.29 159.44 174.87 -
System Red Green Blue C M Y K H S L
Decimal 119 9 109 0 0.92 0.08 0.53 305.45 0.86 0.25
Hex 77 9 6D 0 5C 8 35 131 56 19
Octal 167 11 155 0 134 10 65 461 126 31
Binary 1110111 1001 1101101 0 1011100 1000 110101 100110001 1010110 11001

Color Harmonies of #77096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77096D

Black with #77096D

Text Example


Text Example

White with #77096D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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