Html Css Color HEX #7B387A Eminence

📋 copy color: '#7B387A'

red 123 ◦ green 56 ◦ blue 122

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

Shades of Eminence #7B387A

Tints of Eminence #7B387A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.6%

 BLUE value IS 122 (48.05% from 255) = 40.53%

R = 40.86%
G = 18.6%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#7B387A (or 0x7B387A) is known color: Eminence. HEX triplet: 7B, 38 and 7A. RGB value is (123,56,122). Sum of RGB (Red+Green+Blue) = 123+56+122=301 (39% of max value = 765). Red value is 123 (48.44% from 255 or 40.86% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 123 - color contains mainly: red. Hex color #7B387A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B387A is #84C785. Grayscale: #535353. Windows color (decimal): -8701830 or 8009851. OLE color: 8009851.

HSL color Cylindrical-coordinate representation of color #7B387A: hue angle of 300.9º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B387A is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 56 122 -
CMYK 0 0.54 0.01 0.52
HSL 300.9º 0.37% 0.35% -
HSV(B) 300.9º 0.54% 0.48% -
XYZ 13.1 8.44 19.35 -
YUV 83.56 149.7 156.13 -
System Red Green Blue C M Y K H S L
Decimal 123 56 122 0 0.54 0.01 0.52 300.9 0.37 0.35
Hex 7B 38 7A 0 36 1 34 12D 25 23
Octal 173 70 172 0 66 1 64 455 45 43
Binary 1111011 111000 1111010 0 110110 1 110100 100101101 100101 100011

Color Harmonies of #7B387A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B387A

Black with #7B387A

Text Example


Text Example

White with #7B387A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,56,122); }

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

background-color css

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

 a { background-color: rgb(123,56,122); }

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

border-color css

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

 span { border-color: rgb(123,56,122); }

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