#674272

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

Shades of Eminence #674272

Tints of Eminence #674272

Color information

#674272 (or 0x674272) is unknown color: approx Eminence. HEX triplet: 67, 42 and 72. RGB value is (103,66,114). Sum of RGB (Red+Green+Blue) = 103+66+114=283 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.40% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 114 - color contains mainly: blue. Hex color #674272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674272 is #98BD8D. Grayscale: #525252. Windows color (decimal): -10009998 or 7488103. OLE color: 7488103.

HSL color Cylindrical-coordinate representation of color #674272: hue angle of 286.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #674272 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10366114-
CMYK0.100.4200.55
HSL286.25º26.67%35.29%-
HSV(B)286.25º42.11%44.71%-
XYZ10.587.9916.91-
YUV82.53145.76142.6-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.40%
GREEN value IS 66 (26.17% from 255) = 23.32%
BLUE value IS 114 (44.92% from 255) = 40.28%
R=36.40%
G=23.32%
B=40.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal103661140.100.4200.55286.2526.6735.29
Hex674272A2A03711e1b23
Octal14710216212520674363343
Binary1100111100001011100101010101010011011110001111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674272; }

 p { color: rgb(103,66,114); }

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

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

 a { background-color: rgb(103,66,114); }

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

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

 span { border-color: rgb(103,66,114); }

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