#74428A

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

Shades of Affair #74428A

Tints of Affair #74428A

Color information

#74428A (or 0x74428A) is unknown color: approx Affair. HEX triplet: 74, 42 and 8A. RGB value is (116,66,138). Sum of RGB (Red+Green+Blue) = 116+66+138=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 138 - color contains mainly: blue. Hex color #74428A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74428A is #8BBD75. Grayscale: #585858. Windows color (decimal): -9158006 or 9060980. OLE color: 9060980.

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

Color convert

RGB11666138-
CMYK0.160.5200.46
HSL281.67º35.29%40%-
HSV(B)281.67º52.17%54.12%-
XYZ13.749.4425.14-
YUV89.16155.56147.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.25%
GREEN value IS 66 (26.17% from 255) = 20.62%
BLUE value IS 138 (54.30% from 255) = 43.12%
R=36.25%
G=20.62%
B=43.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116661380.160.5200.46281.6735.2940
Hex74428A103402E11a2328
Octal16410221220640564324350
Binary1110100100001010001010100001101000101110100011010100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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