#755087

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

Shades of Affair #755087

Tints of Affair #755087

Color information

#755087 (or 0x755087) is unknown color: approx Affair. HEX triplet: 75, 50 and 87. RGB value is (117,80,135). Sum of RGB (Red+Green+Blue) = 117+80+135=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 135 - color contains mainly: blue. Hex color #755087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755087 is #8AAF78. Grayscale: #616161. Windows color (decimal): -9088889 or 8867957. OLE color: 8867957.

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

Color convert

RGB11780135-
CMYK0.130.4100.47
HSL280.36º25.58%42.16%-
HSV(B)280.36º40.74%52.94%-
XYZ14.5811.2724.33-
YUV97.33149.26142.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.24%
GREEN value IS 80 (31.64% from 255) = 24.10%
BLUE value IS 135 (53.12% from 255) = 40.66%
R=35.24%
G=24.10%
B=40.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117801350.130.4100.47280.3625.5842.16
Hex755087D2902F1181a2a
Octal16512020715510574303252
Binary11101011010000100001111101101001010111110001100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755087; }

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

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

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

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

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

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

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

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