#74568B

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

Shades of Affair #74568B

Tints of Affair #74568B

Color information

#74568B (or 0x74568B) is unknown color: approx Affair. HEX triplet: 74, 56 and 8B. RGB value is (116,86,139). Sum of RGB (Red+Green+Blue) = 116+86+139=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 139 - color contains mainly: blue. Hex color #74568B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74568B is #8BA974. Grayscale: #646464. Windows color (decimal): -9152885 or 9131636. OLE color: 9131636.

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

Color convert

RGB11686139-
CMYK0.170.3800.45
HSL273.96º23.56%44.12%-
HSV(B)273.96º38.13%54.51%-
XYZ15.1912.2325.99-
YUV101.01149.44138.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.02%
GREEN value IS 86 (33.98% from 255) = 25.22%
BLUE value IS 139 (54.69% from 255) = 40.76%
R=34.02%
G=25.22%
B=40.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal116861390.170.3800.45273.9623.5644.12
Hex74568B112602D112182c
Octal16412621321460554223054
Binary111010010101101000101110001100110010110110001001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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