#74458A

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

Shades of Affair #74458A

Tints of Affair #74458A

Color information

#74458A (or 0x74458A) is unknown color: approx Affair. HEX triplet: 74, 45 and 8A. RGB value is (116,69,138). Sum of RGB (Red+Green+Blue) = 116+69+138=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 138 - color contains mainly: blue. Hex color #74458A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74458A is #8BBA75. Grayscale: #5A5A5A. Windows color (decimal): -9157238 or 9061748. OLE color: 9061748.

HSL color Cylindrical-coordinate representation of color #74458A: hue angle of 280.87º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74458A is Cyan = 0.16, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11669138-
CMYK0.160.500.46
HSL280.87º33.33%40.59%-
HSV(B)280.87º50%54.12%-
XYZ13.929.825.2-
YUV90.92154.57145.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.91%
GREEN value IS 69 (27.34% from 255) = 21.36%
BLUE value IS 138 (54.30% from 255) = 42.72%
R=35.91%
G=21.36%
B=42.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116691380.160.500.46280.8733.3340.59
Hex74458A103202E1192129
Octal16410521220620564314151
Binary1110100100010110001010100001100100101110100011001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74458A; }

 p { color: rgb(116,69,138); }

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

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

 a { background-color: rgb(116,69,138); }

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

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

 span { border-color: rgb(116,69,138); }

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