Html Css Color HEX #77097C Purple

📋 copy color: '#77097C'

red 119 ◦ green 9 ◦ blue 124

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

Shades of Purple #77097C

Tints of Purple #77097C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 49.21%

R = 47.22%
G = 3.57%
B = 49.21%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77097C (or 0x77097C) is known color: Purple. HEX triplet: 77, 09 and 7C. RGB value is (119,9,124). Sum of RGB (Red+Green+Blue) = 119+9+124=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #77097C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77097C is #88F683. Grayscale: #363636. Windows color (decimal): -8976004 or 8128887. OLE color: 8128887.

HSL color Cylindrical-coordinate representation of color #77097C: hue angle of 297.39º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #77097C is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 9 124 -
CMYK 0.04 0.93 0 0.51
HSL 297.39º 0.86% 0.26% -
HSV(B) 297.39º 0.93% 0.49% -
XYZ 11.34 5.57 19.55 -
YUV 55 166.94 173.65 -
System Red Green Blue C M Y K H S L
Decimal 119 9 124 0.04 0.93 0 0.51 297.39 0.86 0.26
Hex 77 9 7C 4 5D 0 33 129 56 1A
Octal 167 11 174 4 135 0 63 451 126 32
Binary 1110111 1001 1111100 100 1011101 0 110011 100101001 1010110 11010

Color Harmonies of #77097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77097C

Black with #77097C

Text Example


Text Example

White with #77097C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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