#754580

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

Shades of Affair #754580

Tints of Affair #754580

Color information

#754580 (or 0x754580) is unknown color: approx Affair. HEX triplet: 75, 45 and 80. RGB value is (117,69,128). Sum of RGB (Red+Green+Blue) = 117+69+128=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 128 - color contains mainly: blue. Hex color #754580 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754580 is #8ABA7F. Grayscale: #595959. Windows color (decimal): -9091712 or 8406389. OLE color: 8406389.

HSL color Cylindrical-coordinate representation of color #754580: hue angle of 288.81º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #754580 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11769128-
CMYK0.090.4600.50
HSL288.81º29.95%38.63%-
HSV(B)288.81º46.09%50.2%-
XYZ13.369.621.57-
YUV90.08149.4147.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.26%
GREEN value IS 69 (27.34% from 255) = 21.97%
BLUE value IS 128 (50.39% from 255) = 40.76%
R=37.26%
G=21.97%
B=40.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117691280.090.4600.50288.8129.9538.63
Hex75458092E0321211e27
Octal16510520011560624413647
Binary11101011000101100000001001101110011001010010000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754580; }

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

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

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

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

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

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

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

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