Html Css Color HEX #7B3780 Eminence

📋 copy color: '#7B3780'

red 123 ◦ green 55 ◦ blue 128

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

Shades of Eminence #7B3780

Tints of Eminence #7B3780

RGB

 RED value IS 123 (48.44% from 255) = 40.2%

 GREEN value IS 55 (21.88% from 255) = 17.97%

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

R = 40.2%
G = 17.97%
B = 41.83%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7B3780 (or 0x7B3780) is known color: Eminence. HEX triplet: 7B, 37 and 80. RGB value is (123,55,128). Sum of RGB (Red+Green+Blue) = 123+55+128=306 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.20% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 128 - color contains mainly: blue. Hex color #7B3780 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3780 is #84C87F. Grayscale: #535353. Windows color (decimal): -8702080 or 8402811. OLE color: 8402811.

HSL color Cylindrical-coordinate representation of color #7B3780: hue angle of 295.89º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B3780 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 123 55 128 -
CMYK 0.04 0.57 0 0.50
HSL 295.89º 0.4% 0.36% -
HSV(B) 295.89º 0.57% 0.5% -
XYZ 13.43 8.5 21.36 -
YUV 83.65 153.03 156.06 -
System Red Green Blue C M Y K H S L
Decimal 123 55 128 0.04 0.57 0 0.50 295.89 0.4 0.36
Hex 7B 37 80 4 39 0 32 128 28 24
Octal 173 67 200 4 71 0 62 450 50 44
Binary 1111011 110111 10000000 100 111001 0 110010 100101000 101000 100100

Color Harmonies of #7B3780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3780

Black with #7B3780

Text Example


Text Example

White with #7B3780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B3780; }

 p { color: rgb(123,55,128); }

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

background-color css

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

 a { background-color: rgb(123,55,128); }

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

border-color css

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

 span { border-color: rgb(123,55,128); }

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