Html Css Color HEX #761177 Purple

📋 copy color: '#761177'

red 118 ◦ green 17 ◦ blue 119

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

Shades of Purple #761177

Tints of Purple #761177

RGB

 RED value IS 118 (46.48% from 255) = 46.46%

 GREEN value IS 17 (7.03% from 255) = 6.69%

 BLUE value IS 119 (46.88% from 255) = 46.85%

R = 46.46%
G = 6.69%
B = 46.85%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#761177 (or 0x761177) is known color: Purple. HEX triplet: 76, 11 and 77. RGB value is (118,17,119). Sum of RGB (Red+Green+Blue) = 118+17+119=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 119 - color contains mainly: blue. Hex color #761177 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761177 is #89EE88. Grayscale: #3A3A3A. Windows color (decimal): -9039497 or 7803254. OLE color: 7803254.

HSL color Cylindrical-coordinate representation of color #761177: hue angle of 299.41º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761177 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 17 119 -
CMYK 0.01 0.86 0 0.53
HSL 299.41º 0.75% 0.27% -
HSV(B) 299.41º 0.86% 0.47% -
XYZ 11 5.58 17.95 -
YUV 58.83 161.96 170.21 -
System Red Green Blue C M Y K H S L
Decimal 118 17 119 0.01 0.86 0 0.53 299.41 0.75 0.27
Hex 76 11 77 1 56 0 35 12B 4B 1B
Octal 166 21 167 1 126 0 65 453 113 33
Binary 1110110 10001 1110111 1 1010110 0 110101 100101011 1001011 11011

Color Harmonies of #761177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761177

Black with #761177

Text Example


Text Example

White with #761177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761177; }

 p { color: rgb(118,17,119); }

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

background-color css

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

 a { background-color: rgb(118,17,119); }

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

border-color css

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

 span { border-color: rgb(118,17,119); }

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