#754C8E

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

Shades of Affair #754C8E

Tints of Affair #754C8E

Color information

#754C8E (or 0x754C8E) is unknown color: approx Affair. HEX triplet: 75, 4C and 8E. RGB value is (117,76,142). Sum of RGB (Red+Green+Blue) = 117+76+142=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 142 - color contains mainly: blue. Hex color #754C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754C8E is #8AB371. Grayscale: #5F5F5F. Windows color (decimal): -9089906 or 9325685. OLE color: 9325685.

HSL color Cylindrical-coordinate representation of color #754C8E: hue angle of 277.27º 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 #754C8E is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11776142-
CMYK0.180.4600.44
HSL277.27º30.28%42.75%-
HSV(B)277.27º46.48%55.69%-
XYZ14.810.926.92-
YUV95.78154.08143.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.93%
GREEN value IS 76 (30.08% from 255) = 22.69%
BLUE value IS 142 (55.86% from 255) = 42.39%
R=34.93%
G=22.69%
B=42.39%

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
Decimal117761420.180.4600.44277.2730.2842.75
Hex754C8E122E02C1151e2b
Octal16511421622560544253653
Binary111010110011001000111010010101110010110010001010111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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