Html Css Color HEX #77096C Purple

📋 copy color: '#77096C'

red 119 ◦ green 9 ◦ blue 108

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

Shades of Purple #77096C

Tints of Purple #77096C

RGB

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

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

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

R = 50.42%
G = 3.81%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#77096C (or 0x77096C) is known color: Purple. HEX triplet: 77, 09 and 6C. RGB value is (119,9,108). Sum of RGB (Red+Green+Blue) = 119+9+108=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #77096C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77096C is #88F693. Grayscale: #343434. Windows color (decimal): -8976020 or 7080311. OLE color: 7080311.

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

Color convert

RGB 119 9 108 -
CMYK 0 0.92 0.09 0.53
HSL 306º 0.86% 0.25% -
HSV(B) 306º 0.92% 0.47% -
XYZ 10.41 5.2 14.64 -
YUV 53.18 158.94 174.95 -
System Red Green Blue C M Y K H S L
Decimal 119 9 108 0 0.92 0.09 0.53 306 0.86 0.25
Hex 77 9 6C 0 5C 9 35 132 56 19
Octal 167 11 154 0 134 11 65 462 126 31
Binary 1110111 1001 1101100 0 1011100 1001 110101 100110010 1010110 11001

Color Harmonies of #77096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77096C

Black with #77096C

Text Example


Text Example

White with #77096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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