Html Css Color HEX #7C327F Eminence

📋 copy color: '#7C327F'

red 124 ◦ green 50 ◦ blue 127

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

Shades of Eminence #7C327F

Tints of Eminence #7C327F

RGB

 RED value IS 124 (48.83% from 255) = 41.2%

 GREEN value IS 50 (19.92% from 255) = 16.61%

 BLUE value IS 127 (50% from 255) = 42.19%

R = 41.2%
G = 16.61%
B = 42.19%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7C327F (or 0x7C327F) is known color: Eminence. HEX triplet: 7C, 32 and 7F. RGB value is (124,50,127). Sum of RGB (Red+Green+Blue) = 124+50+127=301 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.20% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 127 - color contains mainly: blue. Hex color #7C327F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C327F is #83CD80. Grayscale: #505050. Windows color (decimal): -8637825 or 8335996. OLE color: 8335996.

HSL color Cylindrical-coordinate representation of color #7C327F: hue angle of 297.66º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7C327F is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 124 50 127 -
CMYK 0.02 0.61 0 0.50
HSL 297.66º 0.44% 0.35% -
HSV(B) 297.66º 0.61% 0.5% -
XYZ 13.28 8.1 20.94 -
YUV 80.9 154.02 158.74 -
System Red Green Blue C M Y K H S L
Decimal 124 50 127 0.02 0.61 0 0.50 297.66 0.44 0.35
Hex 7C 32 7F 2 3D 0 32 12A 2C 23
Octal 174 62 177 2 75 0 62 452 54 43
Binary 1111100 110010 1111111 10 111101 0 110010 100101010 101100 100011

Color Harmonies of #7C327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C327F

Black with #7C327F

Text Example


Text Example

White with #7C327F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,50,127); }

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

background-color css

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

 a { background-color: rgb(124,50,127); }

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

border-color css

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

 span { border-color: rgb(124,50,127); }

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