#74428B

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

Shades of Affair #74428B

Tints of Affair #74428B

Color information

#74428B (or 0x74428B) is unknown color: approx Affair. HEX triplet: 74, 42 and 8B. RGB value is (116,66,139). Sum of RGB (Red+Green+Blue) = 116+66+139=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 139 - color contains mainly: blue. Hex color #74428B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74428B is #8BBD74. Grayscale: #595959. Windows color (decimal): -9158005 or 9126516. OLE color: 9126516.

HSL color Cylindrical-coordinate representation of color #74428B: hue angle of 281.1º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74428B is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11666139-
CMYK0.170.5300.45
HSL281.1º35.61%40.2%-
HSV(B)281.1º52.52%54.51%-
XYZ13.819.4725.53-
YUV89.27156.06147.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.14%
GREEN value IS 66 (26.17% from 255) = 20.56%
BLUE value IS 139 (54.69% from 255) = 43.30%
R=36.14%
G=20.56%
B=43.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal116661390.170.5300.45281.135.6140.2
Hex74428B113502D1192428
Octal16410221321650554314450
Binary1110100100001010001011100011101010101101100011001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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