#754D84

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

Shades of Affair #754D84

Tints of Affair #754D84

Color information

#754D84 (or 0x754D84) is unknown color: approx Affair. HEX triplet: 75, 4D and 84. RGB value is (117,77,132). Sum of RGB (Red+Green+Blue) = 117+77+132=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 132 - color contains mainly: blue. Hex color #754D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754D84 is #8AB27B. Grayscale: #5F5F5F. Windows color (decimal): -9089660 or 8670581. OLE color: 8670581.

HSL color Cylindrical-coordinate representation of color #754D84: hue angle of 283.64º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #754D84 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11777132-
CMYK0.110.4200.48
HSL283.64º26.32%40.98%-
HSV(B)283.64º41.67%51.76%-
XYZ14.1510.7623.16-
YUV95.23148.75143.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.89%
GREEN value IS 77 (30.47% from 255) = 23.62%
BLUE value IS 132 (51.95% from 255) = 40.49%
R=35.89%
G=23.62%
B=40.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117771320.110.4200.48283.6426.3240.98
Hex754D84B2A03011c1a29
Octal16511520413520604343251
Binary11101011001101100001001011101010011000010001110011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,77,132); }

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

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

 a { background-color: rgb(117,77,132); }

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

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

 span { border-color: rgb(117,77,132); }

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