#74487F

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

Shades of Affair #74487F

Tints of Affair #74487F

Color information

#74487F (or 0x74487F) is unknown color: approx Affair. HEX triplet: 74, 48 and 7F. RGB value is (116,72,127). Sum of RGB (Red+Green+Blue) = 116+72+127=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 127 - color contains mainly: blue. Hex color #74487F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74487F is #8BB780. Grayscale: #5B5B5B. Windows color (decimal): -9156481 or 8341620. OLE color: 8341620.

HSL color Cylindrical-coordinate representation of color #74487F: hue angle of 288º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74487F is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11672127-
CMYK0.090.4300.50
HSL288º27.64%39.02%-
HSV(B)288º43.31%49.8%-
XYZ13.359.8821.28-
YUV91.43148.08145.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.83%
GREEN value IS 72 (28.52% from 255) = 22.86%
BLUE value IS 127 (50% from 255) = 40.32%
R=36.83%
G=22.86%
B=40.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal116721270.090.4300.5028827.6439.02
Hex74487F92B0321201c27
Octal16411017711530624403447
Binary1110100100100011111111001101011011001010010000011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74487F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74487F; }

 p { color: rgb(116,72,127); }

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

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

 a { background-color: rgb(116,72,127); }

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

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

 span { border-color: rgb(116,72,127); }

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