#74568E

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

Shades of Affair #74568E

Tints of Affair #74568E

Color information

#74568E (or 0x74568E) is unknown color: approx Affair. HEX triplet: 74, 56 and 8E. RGB value is (116,86,142). Sum of RGB (Red+Green+Blue) = 116+86+142=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 142 - color contains mainly: blue. Hex color #74568E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74568E is #8BA971. Grayscale: #656565. Windows color (decimal): -9152882 or 9328244. OLE color: 9328244.

HSL color Cylindrical-coordinate representation of color #74568E: hue angle of 272.14º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74568E is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11686142-
CMYK0.180.3900.44
HSL272.14º24.56%44.71%-
HSV(B)272.14º39.44%55.69%-
XYZ15.4112.3227.16-
YUV101.35150.94138.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.72%
GREEN value IS 86 (33.98% from 255) = 25%
BLUE value IS 142 (55.86% from 255) = 41.28%
R=33.72%
G=25%
B=41.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116861420.180.3900.44272.1424.5644.71
Hex74568E122702C110192d
Octal16412621622470544203155
Binary111010010101101000111010010100111010110010001000011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74568E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74568E; }

 p { color: rgb(116,86,142); }

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

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

 a { background-color: rgb(116,86,142); }

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

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

 span { border-color: rgb(116,86,142); }

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