Html Css Color HEX #763380 Eminence

📋 copy color: '#763380'

red 118 ◦ green 51 ◦ blue 128

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

Shades of Eminence #763380

Tints of Eminence #763380

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.17%

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

R = 39.73%
G = 17.17%
B = 43.1%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#763380 (or 0x763380) is known color: Eminence. HEX triplet: 76, 33 and 80. RGB value is (118,51,128). Sum of RGB (Red+Green+Blue) = 118+51+128=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 128 - color contains mainly: blue. Hex color #763380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763380 is #89CC7F. Grayscale: #4F4F4F. Windows color (decimal): -9030784 or 8401782. OLE color: 8401782.

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

Color convert

RGB 118 51 128 -
CMYK 0.08 0.60 0 0.50
HSL 292.21º 0.43% 0.35% -
HSV(B) 292.21º 0.6% 0.5% -
XYZ 12.55 7.78 21.26 -
YUV 79.81 155.2 155.24 -
System Red Green Blue C M Y K H S L
Decimal 118 51 128 0.08 0.60 0 0.50 292.21 0.43 0.35
Hex 76 33 80 8 3C 0 32 124 2B 23
Octal 166 63 200 10 74 0 62 444 53 43
Binary 1110110 110011 10000000 1000 111100 0 110010 100100100 101011 100011

Color Harmonies of #763380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763380

Black with #763380

Text Example


Text Example

White with #763380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763380; }

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

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

background-color css

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

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

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

border-color css

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

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

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