#754B85

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

Shades of Affair #754B85

Tints of Affair #754B85

Color information

#754B85 (or 0x754B85) is unknown color: approx Affair. HEX triplet: 75, 4B and 85. RGB value is (117,75,133). Sum of RGB (Red+Green+Blue) = 117+75+133=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 133 - color contains mainly: blue. Hex color #754B85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754B85 is #8AB47A. Grayscale: #5D5D5D. Windows color (decimal): -9090171 or 8735605. OLE color: 8735605.

HSL color Cylindrical-coordinate representation of color #754B85: hue angle of 283.45º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #754B85 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11775133-
CMYK0.120.4400.48
HSL283.45º27.88%40.78%-
HSV(B)283.45º43.61%52.16%-
XYZ14.0910.5123.48-
YUV94.17149.91144.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36%
GREEN value IS 75 (29.69% from 255) = 23.08%
BLUE value IS 133 (52.34% from 255) = 40.92%
R=36%
G=23.08%
B=40.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117751330.120.4400.48283.4527.8840.78
Hex754B85C2C03011b1c29
Octal16511320514540604333451
Binary11101011001011100001011100101100011000010001101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,75,133); }

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

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

 a { background-color: rgb(117,75,133); }

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

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

 span { border-color: rgb(117,75,133); }

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