#754A8B

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

Shades of Affair #754A8B

Tints of Affair #754A8B

Color information

#754A8B (or 0x754A8B) is unknown color: approx Affair. HEX triplet: 75, 4A and 8B. RGB value is (117,74,139). Sum of RGB (Red+Green+Blue) = 117+74+139=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 139 - color contains mainly: blue. Hex color #754A8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754A8B is #8AB574. Grayscale: #5E5E5E. Windows color (decimal): -9090421 or 9128565. OLE color: 9128565.

HSL color Cylindrical-coordinate representation of color #754A8B: hue angle of 279.69º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #754A8B is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11774139-
CMYK0.160.4700.45
HSL279.69º30.52%41.76%-
HSV(B)279.69º46.76%54.51%-
XYZ14.4510.5425.7-
YUV94.27153.25144.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 74 (29.30% from 255) = 22.42%
BLUE value IS 139 (54.69% from 255) = 42.12%
R=35.45%
G=22.42%
B=42.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117741390.160.4700.45279.6930.5241.76
Hex754A8B102F02D1181f2a
Octal16511221320570554303752
Binary111010110010101000101110000101111010110110001100011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754A8B; }

 p { color: rgb(117,74,139); }

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

<style>
 a { background-color: #754A8B; }

 a { background-color: rgb(117,74,139); }

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

<style>
 span { border-color: #754A8B; }

 span { border-color: rgb(117,74,139); }

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