#754484

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

Shades of Affair #754484

Tints of Affair #754484

Color information

#754484 (or 0x754484) is unknown color: approx Affair. HEX triplet: 75, 44 and 84. RGB value is (117,68,132). Sum of RGB (Red+Green+Blue) = 117+68+132=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 132 - color contains mainly: blue. Hex color #754484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754484 is #8ABB7B. Grayscale: #595959. Windows color (decimal): -9091964 or 8668277. OLE color: 8668277.

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

Color convert

RGB11768132-
CMYK0.110.4800.48
HSL285.94º32%39.22%-
HSV(B)285.94º48.48%51.76%-
XYZ13.579.5822.96-
YUV89.95151.73147.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.91%
GREEN value IS 68 (26.95% from 255) = 21.45%
BLUE value IS 132 (51.95% from 255) = 41.64%
R=36.91%
G=21.45%
B=41.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117681320.110.4800.48285.943239.22
Hex754484B3003011e2027
Octal16510420413600604364047
Binary111010110001001000010010111100000110000100011110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754484; }

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

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

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

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

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

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

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

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