Html Css Color HEX #761180 Purple

📋 copy color: '#761180'

red 118 ◦ green 17 ◦ blue 128

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

Shades of Purple #761180

Tints of Purple #761180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 48.67%

R = 44.87%
G = 6.46%
B = 48.67%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#761180 (or 0x761180) is known color: Purple. HEX triplet: 76, 11 and 80. RGB value is (118,17,128). Sum of RGB (Red+Green+Blue) = 118+17+128=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 128 - color contains mainly: blue. Hex color #761180 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761180 is #89EE7F. Grayscale: #3B3B3B. Windows color (decimal): -9039488 or 8393078. OLE color: 8393078.

HSL color Cylindrical-coordinate representation of color #761180: hue angle of 294.59º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #761180 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 17 128 -
CMYK 0.08 0.87 0 0.50
HSL 294.59º 0.77% 0.28% -
HSV(B) 294.59º 0.87% 0.5% -
XYZ 11.57 5.81 20.93 -
YUV 59.85 166.46 169.47 -
System Red Green Blue C M Y K H S L
Decimal 118 17 128 0.08 0.87 0 0.50 294.59 0.77 0.28
Hex 76 11 80 8 57 0 32 127 4D 1C
Octal 166 21 200 10 127 0 62 447 115 34
Binary 1110110 10001 10000000 1000 1010111 0 110010 100100111 1001101 11100

Color Harmonies of #761180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761180

Black with #761180

Text Example


Text Example

White with #761180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761180; }

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

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

background-color css

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

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

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

border-color css

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

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

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