#7C3B7D

Color #7C3B7D Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #7C3B7D

Tints of Eminence #7C3B7D

Color information

#7C3B7D (or 0x7C3B7D) is unknown color: approx Eminence. HEX triplet: 7C, 3B and 7D. RGB value is (124,59,125). Sum of RGB (Red+Green+Blue) = 124+59+125=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 125 - color contains mainly: blue. Hex color #7C3B7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3B7D is #83C482. Grayscale: #555555. Windows color (decimal): -8635523 or 8207228. OLE color: 8207228.

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

Color convert

RGB12459125-
CMYK0.010.5300.51
HSL299.09º35.87%36.08%-
HSV(B)299.09º52.8%49.02%-
XYZ13.588.8920.4-
YUV85.96150.03155.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.26%
GREEN value IS 59 (23.44% from 255) = 19.16%
BLUE value IS 125 (49.22% from 255) = 40.58%
R=40.26%
G=19.16%
B=40.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124591250.010.5300.51299.0935.8736.08
Hex7C3B7D13503312b2424
Octal174731751650634534444
Binary1111100111011111110111101010110011100101011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7C3B7D;
 }
 .AnyTagClassName
 {
   color: #7C3B7D;
 }
</style>
background-color css

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

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

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

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

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

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