Html Css Color HEX #763580 Eminence

📋 copy color: '#763580'

red 118 ◦ green 53 ◦ blue 128

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

Shades of Eminence #763580

Tints of Eminence #763580

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.73%

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

R = 39.46%
G = 17.73%
B = 42.81%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#763580 (or 0x763580) is known color: Eminence. HEX triplet: 76, 35 and 80. RGB value is (118,53,128). Sum of RGB (Red+Green+Blue) = 118+53+128=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 128 - color contains mainly: blue. Hex color #763580 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763580 is #89CA7F. Grayscale: #505050. Windows color (decimal): -9030272 or 8402294. OLE color: 8402294.

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

Color convert

RGB 118 53 128 -
CMYK 0.08 0.59 0 0.50
HSL 292º 0.41% 0.35% -
HSV(B) 292º 0.59% 0.5% -
XYZ 12.64 7.96 21.29 -
YUV 80.99 154.53 154.4 -
System Red Green Blue C M Y K H S L
Decimal 118 53 128 0.08 0.59 0 0.50 292 0.41 0.35
Hex 76 35 80 8 3B 0 32 124 29 23
Octal 166 65 200 10 73 0 62 444 51 43
Binary 1110110 110101 10000000 1000 111011 0 110010 100100100 101001 100011

Color Harmonies of #763580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763580

Black with #763580

Text Example


Text Example

White with #763580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763580; }

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

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

background-color css

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

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

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

border-color css

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

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

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