#754D8E

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

Shades of Affair #754D8E

Tints of Affair #754D8E

Color information

#754D8E (or 0x754D8E) is unknown color: approx Affair. HEX triplet: 75, 4D and 8E. RGB value is (117,77,142). Sum of RGB (Red+Green+Blue) = 117+77+142=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 142 - color contains mainly: blue. Hex color #754D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754D8E is #8AB271. Grayscale: #606060. Windows color (decimal): -9089650 or 9325941. OLE color: 9325941.

HSL color Cylindrical-coordinate representation of color #754D8E: hue angle of 276.92º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #754D8E is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11777142-
CMYK0.180.4600.44
HSL276.92º29.68%42.94%-
HSV(B)276.92º45.77%55.69%-
XYZ14.8711.0426.94-
YUV96.37153.75142.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.82%
GREEN value IS 77 (30.47% from 255) = 22.92%
BLUE value IS 142 (55.86% from 255) = 42.26%
R=34.82%
G=22.92%
B=42.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117771420.180.4600.44276.9229.6842.94
Hex754D8E122E02C1151e2b
Octal16511521622560544253653
Binary111010110011011000111010010101110010110010001010111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,77,142); }

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

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

 a { background-color: rgb(117,77,142); }

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

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

 span { border-color: rgb(117,77,142); }

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