#754F8B

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

Shades of Affair #754F8B

Tints of Affair #754F8B

Color information

#754F8B (or 0x754F8B) is unknown color: approx Affair. HEX triplet: 75, 4F and 8B. RGB value is (117,79,139). Sum of RGB (Red+Green+Blue) = 117+79+139=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 139 - color contains mainly: blue. Hex color #754F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754F8B is #8AB074. Grayscale: #616161. Windows color (decimal): -9089141 or 9129845. OLE color: 9129845.

HSL color Cylindrical-coordinate representation of color #754F8B: hue angle of 278º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #754F8B is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11779139-
CMYK0.160.4300.45
HSL278º27.52%42.75%-
HSV(B)278º43.17%54.51%-
XYZ14.7911.2425.82-
YUV97.2151.59142.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.93%
GREEN value IS 79 (31.25% from 255) = 23.58%
BLUE value IS 139 (54.69% from 255) = 41.49%
R=34.93%
G=23.58%
B=41.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117791390.160.4300.4527827.5242.75
Hex754F8B102B02D1161c2b
Octal16511721320530554263453
Binary111010110011111000101110000101011010110110001011011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,79,139); }

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

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

 a { background-color: rgb(117,79,139); }

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

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

 span { border-color: rgb(117,79,139); }

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