Html Css Color HEX #7C317D Eminence

📋 copy color: '#7C317D'

red 124 ◦ green 49 ◦ blue 125

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

Shades of Eminence #7C317D

Tints of Eminence #7C317D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.44%

 BLUE value IS 125 (49.22% from 255) = 41.95%

R = 41.61%
G = 16.44%
B = 41.95%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7C317D (or 0x7C317D) is known color: Eminence. HEX triplet: 7C, 31 and 7D. RGB value is (124,49,125). Sum of RGB (Red+Green+Blue) = 124+49+125=298 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.61% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 125 - color contains mainly: blue. Hex color #7C317D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C317D is #83CE82. Grayscale: #4F4F4F. Windows color (decimal): -8638083 or 8204668. OLE color: 8204668.

HSL color Cylindrical-coordinate representation of color #7C317D: hue angle of 299.21º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7C317D is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 49 125 -
CMYK 0.01 0.61 0 0.51
HSL 299.21º 0.44% 0.34% -
HSV(B) 299.21º 0.61% 0.49% -
XYZ 13.11 7.96 20.25 -
YUV 80.09 153.35 159.32 -
System Red Green Blue C M Y K H S L
Decimal 124 49 125 0.01 0.61 0 0.51 299.21 0.44 0.34
Hex 7C 31 7D 1 3D 0 33 12B 2C 22
Octal 174 61 175 1 75 0 63 453 54 42
Binary 1111100 110001 1111101 1 111101 0 110011 100101011 101100 100010

Color Harmonies of #7C317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C317D

Black with #7C317D

Text Example


Text Example

White with #7C317D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,49,125); }

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

background-color css

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

 a { background-color: rgb(124,49,125); }

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

border-color css

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

 span { border-color: rgb(124,49,125); }

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