#754583

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

Shades of Affair #754583

Tints of Affair #754583

Color information

#754583 (or 0x754583) is unknown color: approx Affair. HEX triplet: 75, 45 and 83. RGB value is (117,69,131). Sum of RGB (Red+Green+Blue) = 117+69+131=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 131 - color contains mainly: blue. Hex color #754583 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754583 is #8ABA7C. Grayscale: #5A5A5A. Windows color (decimal): -9091709 or 8602997. OLE color: 8602997.

HSL color Cylindrical-coordinate representation of color #754583: hue angle of 286.45º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #754583 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11769131-
CMYK0.110.4700.49
HSL286.45º31%39.22%-
HSV(B)286.45º47.33%51.37%-
XYZ13.569.6822.63-
YUV90.42150.9146.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.91%
GREEN value IS 69 (27.34% from 255) = 21.77%
BLUE value IS 131 (51.56% from 255) = 41.32%
R=36.91%
G=21.77%
B=41.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117691310.110.4700.49286.453139.22
Hex754583B2F03111e1f27
Octal16510520313570614363747
Binary11101011000101100000111011101111011000110001111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754583; }

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

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

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

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

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

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

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

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