#74257D

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

Shades of Eminence #74257D

Tints of Eminence #74257D

Color information

#74257D (or 0x74257D) is unknown color: approx Eminence. HEX triplet: 74, 25 and 7D. RGB value is (116,37,125). Sum of RGB (Red+Green+Blue) = 116+37+125=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 125 - color contains mainly: blue. Hex color #74257D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74257D is #8BDA82. Grayscale: #464646. Windows color (decimal): -9165443 or 8201588. OLE color: 8201588.

HSL color Cylindrical-coordinate representation of color #74257D: hue angle of 293.86º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74257D is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11637125-
CMYK0.070.7000.51
HSL293.86º54.32%31.76%-
HSV(B)293.86º70.4%49.02%-
XYZ11.576.5220.05-
YUV70.65158.67160.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.73%
GREEN value IS 37 (14.84% from 255) = 13.31%
BLUE value IS 125 (49.22% from 255) = 44.96%
R=41.73%
G=13.31%
B=44.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116371250.070.7000.51293.8654.3231.76
Hex74257D7460331263620
Octal1644517571060634466640
Binary1110100100101111110111110001100110011100100110110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74257D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74257D; }

 p { color: rgb(116,37,125); }

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

<style>
 a { background-color: #74257D; }

 a { background-color: rgb(116,37,125); }

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

<style>
 span { border-color: #74257D; }

 span { border-color: rgb(116,37,125); }

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