Html Css Color HEX #7B3480 Eminence

📋 copy color: '#7B3480'

red 123 ◦ green 52 ◦ blue 128

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

Shades of Eminence #7B3480

Tints of Eminence #7B3480

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.16%

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

R = 40.59%
G = 17.16%
B = 42.24%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7B3480 (or 0x7B3480) is known color: Eminence. HEX triplet: 7B, 34 and 80. RGB value is (123,52,128). Sum of RGB (Red+Green+Blue) = 123+52+128=303 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.59% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 128 - color contains mainly: blue. Hex color #7B3480 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3480 is #84CB7F. Grayscale: #515151. Windows color (decimal): -8702848 or 8402043. OLE color: 8402043.

HSL color Cylindrical-coordinate representation of color #7B3480: hue angle of 296.05º degrees, saturation: 0.42, 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 #7B3480 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 123 52 128 -
CMYK 0.04 0.59 0 0.50
HSL 296.05º 0.42% 0.35% -
HSV(B) 296.05º 0.59% 0.5% -
XYZ 13.29 8.23 21.31 -
YUV 81.89 154.02 157.32 -
System Red Green Blue C M Y K H S L
Decimal 123 52 128 0.04 0.59 0 0.50 296.05 0.42 0.35
Hex 7B 34 80 4 3B 0 32 128 2A 23
Octal 173 64 200 4 73 0 62 450 52 43
Binary 1111011 110100 10000000 100 111011 0 110010 100101000 101010 100011

Color Harmonies of #7B3480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3480

Black with #7B3480

Text Example


Text Example

White with #7B3480

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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