#754881

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

Shades of Affair #754881

Tints of Affair #754881

Color information

#754881 (or 0x754881) is unknown color: approx Affair. HEX triplet: 75, 48 and 81. RGB value is (117,72,129). Sum of RGB (Red+Green+Blue) = 117+72+129=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 129 - color contains mainly: blue. Hex color #754881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754881 is #8AB77E. Grayscale: #5B5B5B. Windows color (decimal): -9090943 or 8472693. OLE color: 8472693.

HSL color Cylindrical-coordinate representation of color #754881: hue angle of 287.37º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #754881 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11772129-
CMYK0.090.4400.49
HSL287.37º28.36%39.41%-
HSV(B)287.37º44.19%50.59%-
XYZ13.621021.98-
YUV91.95148.91145.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.79%
GREEN value IS 72 (28.52% from 255) = 22.64%
BLUE value IS 129 (50.78% from 255) = 40.57%
R=36.79%
G=22.64%
B=40.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117721290.090.4400.49287.3728.3639.41
Hex75488192C03111f1c27
Octal16511020111540614373447
Binary11101011001000100000011001101100011000110001111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754881; }

 p { color: rgb(117,72,129); }

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

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

 a { background-color: rgb(117,72,129); }

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

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

 span { border-color: rgb(117,72,129); }

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