#7D3D70

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

Shades of Eminence #7D3D70

Tints of Eminence #7D3D70

Color information

#7D3D70 (or 0x7D3D70) is unknown color: approx Eminence. HEX triplet: 7D, 3D and 70. RGB value is (125,61,112). Sum of RGB (Red+Green+Blue) = 125+61+112=298 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.95% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3D70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3D70 is #82C28F. Grayscale: #555555. Windows color (decimal): -8569488 or 7355773. OLE color: 7355773.

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

Color convert

RGB12561112-
CMYK00.510.100.51
HSL312.19º34.41%36.47%-
HSV(B)312.19º51.2%49.02%-
XYZ13.058.8716.35-
YUV85.95142.7155.85-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.95%
GREEN value IS 61 (24.22% from 255) = 20.47%
BLUE value IS 112 (44.14% from 255) = 37.58%
R=41.95%
G=20.47%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1256111200.510.100.51312.1934.4136.47
Hex7D3D70033A331382224
Octal1757516006312634704244
Binary1111101111101111000001100111010110011100111000100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,61,112); }

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

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

 a { background-color: rgb(125,61,112); }

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

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

 span { border-color: rgb(125,61,112); }

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