Html Css Color HEX #763080 Eminence

📋 copy color: '#763080'

red 118 ◦ green 48 ◦ blue 128

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

Shades of Eminence #763080

Tints of Eminence #763080

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.33%

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

R = 40.14%
G = 16.33%
B = 43.54%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#763080 (or 0x763080) is known color: Eminence. HEX triplet: 76, 30 and 80. RGB value is (118,48,128). Sum of RGB (Red+Green+Blue) = 118+48+128=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 128 - color contains mainly: blue. Hex color #763080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763080 is #89CF7F. Grayscale: #4D4D4D. Windows color (decimal): -9031552 or 8401014. OLE color: 8401014.

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

Color convert

RGB 118 48 128 -
CMYK 0.08 0.62 0 0.50
HSL 292.5º 0.45% 0.35% -
HSV(B) 292.5º 0.63% 0.5% -
XYZ 12.42 7.52 21.22 -
YUV 78.05 156.19 156.5 -
System Red Green Blue C M Y K H S L
Decimal 118 48 128 0.08 0.62 0 0.50 292.5 0.45 0.35
Hex 76 30 80 8 3E 0 32 124 2D 23
Octal 166 60 200 10 76 0 62 444 55 43
Binary 1110110 110000 10000000 1000 111110 0 110010 100100100 101101 100011

Color Harmonies of #763080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763080

Black with #763080

Text Example


Text Example

White with #763080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763080; }

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

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

background-color css

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

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

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

border-color css

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

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

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