Html Css Color HEX #762680 Eminence

📋 copy color: '#762680'

red 118 ◦ green 38 ◦ blue 128

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

Shades of Eminence #762680

Tints of Eminence #762680

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.38%

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

R = 41.55%
G = 13.38%
B = 45.07%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#762680 (or 0x762680) is known color: Eminence. HEX triplet: 76, 26 and 80. RGB value is (118,38,128). Sum of RGB (Red+Green+Blue) = 118+38+128=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 128 (50.39% from 255 or 45.07% from 284); Max value from RGB is 128 - color contains mainly: blue. Hex color #762680 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762680 is #89D97F. Grayscale: #474747. Windows color (decimal): -9034112 or 8398454. OLE color: 8398454.

HSL color Cylindrical-coordinate representation of color #762680: hue angle of 293.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #762680 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 38 128 -
CMYK 0.08 0.70 0 0.50
HSL 293.33º 0.54% 0.33% -
HSV(B) 293.33º 0.7% 0.5% -
XYZ 12.06 6.8 21.1 -
YUV 72.18 159.5 160.68 -
System Red Green Blue C M Y K H S L
Decimal 118 38 128 0.08 0.70 0 0.50 293.33 0.54 0.33
Hex 76 26 80 8 46 0 32 125 36 21
Octal 166 46 200 10 106 0 62 445 66 41
Binary 1110110 100110 10000000 1000 1000110 0 110010 100100101 110110 100001

Color Harmonies of #762680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762680

Black with #762680

Text Example


Text Example

White with #762680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762680; }

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

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

background-color css

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

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

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

border-color css

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

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

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