#74267c

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

Shades of Eminence #74267C

Tints of Eminence #74267C

Color information

#74267C (or 0x74267C) is unknown color: approx Eminence. HEX triplet: 74, 26 and 7C. RGB value is (116,38,124). Sum of RGB (Red+Green+Blue) = 116+38+124=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 124 - color contains mainly: blue. Hex color #74267C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74267C is #8BD983. Grayscale: #464646. Windows color (decimal): -9165188 or 8136308. OLE color: 8136308.

HSL color Cylindrical-coordinate representation of color #74267C: hue angle of 294.42º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74267C is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11638124-
CMYK0.060.6900.51
HSL294.42º53.09%31.76%-
HSV(B)294.42º69.35%48.63%-
XYZ11.536.5519.73-
YUV71.13157.84160.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.73%
GREEN value IS 38 (15.23% from 255) = 13.67%
BLUE value IS 124 (48.83% from 255) = 44.60%
R=41.73%
G=13.67%
B=44.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116381240.060.6900.51294.4253.0931.76
Hex74267C6450331263520
Octal1644617461050634466540
Binary1110100100110111110011010001010110011100100110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74267c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74267c; }

 p { color: rgb(116,38,124); }

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

<style>
 a { background-color: #74267c; }

 a { background-color: rgb(116,38,124); }

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

<style>
 span { border-color: #74267c; }

 span { border-color: rgb(116,38,124); }

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