Html Css Color HEX #761080 Purple

📋 copy color: '#761080'

red 118 ◦ green 16 ◦ blue 128

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

Shades of Purple #761080

Tints of Purple #761080

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.11%

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

R = 45.04%
G = 6.11%
B = 48.85%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#761080 (or 0x761080) is known color: Purple. HEX triplet: 76, 10 and 80. RGB value is (118,16,128). Sum of RGB (Red+Green+Blue) = 118+16+128=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 128 - color contains mainly: blue. Hex color #761080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761080 is #89EF7F. Grayscale: #3A3A3A. Windows color (decimal): -9039744 or 8392822. OLE color: 8392822.

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

Color convert

RGB 118 16 128 -
CMYK 0.08 0.88 0 0.50
HSL 294.64º 0.78% 0.28% -
HSV(B) 294.64º 0.88% 0.5% -
XYZ 11.55 5.78 20.93 -
YUV 59.27 166.79 169.89 -
System Red Green Blue C M Y K H S L
Decimal 118 16 128 0.08 0.88 0 0.50 294.64 0.78 0.28
Hex 76 10 80 8 58 0 32 127 4E 1C
Octal 166 20 200 10 130 0 62 447 116 34
Binary 1110110 10000 10000000 1000 1011000 0 110010 100100111 1001110 11100

Color Harmonies of #761080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761080

Black with #761080

Text Example


Text Example

White with #761080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761080; }

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

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

background-color css

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

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

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

border-color css

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

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

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