#754589

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

Shades of Affair #754589

Tints of Affair #754589

Color information

#754589 (or 0x754589) is unknown color: approx Affair. HEX triplet: 75, 45 and 89. RGB value is (117,69,137). Sum of RGB (Red+Green+Blue) = 117+69+137=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 137 - color contains mainly: blue. Hex color #754589 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754589 is #8ABA76. Grayscale: #5A5A5A. Windows color (decimal): -9091703 or 8996213. OLE color: 8996213.

HSL color Cylindrical-coordinate representation of color #754589: hue angle of 282.35º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #754589 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11769137-
CMYK0.150.5000.46
HSL282.35º33.01%40.39%-
HSV(B)282.35º49.64%53.73%-
XYZ13.989.8424.83-
YUV91.1153.9146.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.22%
GREEN value IS 69 (27.34% from 255) = 21.36%
BLUE value IS 137 (53.91% from 255) = 42.41%
R=36.22%
G=21.36%
B=42.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal117691370.150.5000.46282.3533.0140.39
Hex754589F3202E11a2128
Octal16510521117620564324150
Binary111010110001011000100111111100100101110100011010100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754589; }

 p { color: rgb(117,69,137); }

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

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

 a { background-color: rgb(117,69,137); }

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

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

 span { border-color: rgb(117,69,137); }

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