#754883

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

Shades of Affair #754883

Tints of Affair #754883

Color information

#754883 (or 0x754883) is unknown color: approx Affair. HEX triplet: 75, 48 and 83. RGB value is (117,72,131). Sum of RGB (Red+Green+Blue) = 117+72+131=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 131 (51.56% from 255 or 40.94% from 320); Max value from RGB is 131 - color contains mainly: blue. Hex color #754883 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754883 is #8AB77C. Grayscale: #5B5B5B. Windows color (decimal): -9090941 or 8603765. OLE color: 8603765.

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

Color convert

RGB11772131-
CMYK0.110.4500.49
HSL285.76º29.06%39.8%-
HSV(B)285.76º45.04%51.37%-
XYZ13.7510.0622.69-
YUV92.18149.91145.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.56%
GREEN value IS 72 (28.52% from 255) = 22.5%
BLUE value IS 131 (51.56% from 255) = 40.94%
R=36.56%
G=22.5%
B=40.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117721310.110.4500.49285.7629.0639.8
Hex754883B2D03111e1d28
Octal16511020313550614363550
Binary11101011001000100000111011101101011000110001111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754883; }

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

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

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

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

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

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

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

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