#754787

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

Shades of Affair #754787

Tints of Affair #754787

Color information

#754787 (or 0x754787) is unknown color: approx Affair. HEX triplet: 75, 47 and 87. RGB value is (117,71,135). Sum of RGB (Red+Green+Blue) = 117+71+135=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 135 - color contains mainly: blue. Hex color #754787 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754787 is #8AB878. Grayscale: #5B5B5B. Windows color (decimal): -9091193 or 8865653. OLE color: 8865653.

HSL color Cylindrical-coordinate representation of color #754787: hue angle of 283.12º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #754787 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11771135-
CMYK0.130.4700.47
HSL283.12º31.07%40.39%-
HSV(B)283.12º47.41%52.94%-
XYZ13.9610.0424.12-
YUV92.05152.24145.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.22%
GREEN value IS 71 (28.12% from 255) = 21.98%
BLUE value IS 135 (53.12% from 255) = 41.80%
R=36.22%
G=21.98%
B=41.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117711350.130.4700.47283.1231.0740.39
Hex754787D2F02F11b1f28
Octal16510720715570574333750
Binary11101011000111100001111101101111010111110001101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754787; }

 p { color: rgb(117,71,135); }

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

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

 a { background-color: rgb(117,71,135); }

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

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

 span { border-color: rgb(117,71,135); }

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