Html Css Color HEX #762580 Eminence

📋 copy color: '#762580'

red 118 ◦ green 37 ◦ blue 128

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

Shades of Eminence #762580

Tints of Eminence #762580

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.07%

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

R = 41.7%
G = 13.07%
B = 45.23%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#762580 (or 0x762580) is known color: Eminence. HEX triplet: 76, 25 and 80. RGB value is (118,37,128). Sum of RGB (Red+Green+Blue) = 118+37+128=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 128 - color contains mainly: blue. Hex color #762580 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762580 is #89DA7F. Grayscale: #474747. Windows color (decimal): -9034368 or 8398198. OLE color: 8398198.

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

Color convert

RGB 118 37 128 -
CMYK 0.08 0.71 0 0.50
HSL 293.41º 0.55% 0.32% -
HSV(B) 293.41º 0.71% 0.5% -
XYZ 12.03 6.73 21.09 -
YUV 71.59 159.84 161.1 -
System Red Green Blue C M Y K H S L
Decimal 118 37 128 0.08 0.71 0 0.50 293.41 0.55 0.32
Hex 76 25 80 8 47 0 32 125 37 20
Octal 166 45 200 10 107 0 62 445 67 40
Binary 1110110 100101 10000000 1000 1000111 0 110010 100100101 110111 100000

Color Harmonies of #762580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762580

Black with #762580

Text Example


Text Example

White with #762580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762580; }

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

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

background-color css

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

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

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

border-color css

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

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

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