Html Css Color HEX #77097D Purple

📋 copy color: '#77097D'

red 119 ◦ green 9 ◦ blue 125

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

Shades of Purple #77097D

Tints of Purple #77097D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 49.41%

R = 47.04%
G = 3.56%
B = 49.41%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77097D (or 0x77097D) is known color: Purple. HEX triplet: 77, 09 and 7D. RGB value is (119,9,125). Sum of RGB (Red+Green+Blue) = 119+9+125=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 125 - color contains mainly: blue. Hex color #77097D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77097D is #88F682. Grayscale: #363636. Windows color (decimal): -8976003 or 8194423. OLE color: 8194423.

HSL color Cylindrical-coordinate representation of color #77097D: hue angle of 296.9º degrees, saturation: 0.87, 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 #77097D is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 9 125 -
CMYK 0.05 0.93 0 0.51
HSL 296.9º 0.87% 0.26% -
HSV(B) 296.9º 0.93% 0.49% -
XYZ 11.41 5.6 19.88 -
YUV 55.11 167.44 173.57 -
System Red Green Blue C M Y K H S L
Decimal 119 9 125 0.05 0.93 0 0.51 296.9 0.87 0.26
Hex 77 9 7D 5 5D 0 33 129 57 1A
Octal 167 11 175 5 135 0 63 451 127 32
Binary 1110111 1001 1111101 101 1011101 0 110011 100101001 1010111 11010

Color Harmonies of #77097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77097D

Black with #77097D

Text Example


Text Example

White with #77097D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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