#754F84

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

Shades of Affair #754F84

Tints of Affair #754F84

Color information

#754F84 (or 0x754F84) is unknown color: approx Affair. HEX triplet: 75, 4F and 84. RGB value is (117,79,132). Sum of RGB (Red+Green+Blue) = 117+79+132=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 132 - color contains mainly: blue. Hex color #754F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754F84 is #8AB07B. Grayscale: #606060. Windows color (decimal): -9089148 or 8671093. OLE color: 8671093.

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

Color convert

RGB11779132-
CMYK0.110.4000.48
HSL283.02º25.12%41.37%-
HSV(B)283.02º40.15%51.76%-
XYZ14.311.0423.21-
YUV96.4148.09142.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.67%
GREEN value IS 79 (31.25% from 255) = 24.09%
BLUE value IS 132 (51.95% from 255) = 40.24%
R=35.67%
G=24.09%
B=40.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117791320.110.4000.48283.0225.1241.37
Hex754F84B2803011b1929
Octal16511720413500604333151
Binary11101011001111100001001011101000011000010001101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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