#754686

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

Shades of Affair #754686

Tints of Affair #754686

Color information

#754686 (or 0x754686) is unknown color: approx Affair. HEX triplet: 75, 46 and 86. RGB value is (117,70,134). Sum of RGB (Red+Green+Blue) = 117+70+134=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 134 - color contains mainly: blue. Hex color #754686 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754686 is #8AB979. Grayscale: #5B5B5B. Windows color (decimal): -9091450 or 8799861. OLE color: 8799861.

HSL color Cylindrical-coordinate representation of color #754686: hue angle of 284.06º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #754686 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11770134-
CMYK0.130.4800.47
HSL284.06º31.37%40%-
HSV(B)284.06º47.76%52.55%-
XYZ13.839.8823.73-
YUV91.35152.07146.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.45%
GREEN value IS 70 (27.73% from 255) = 21.81%
BLUE value IS 134 (52.73% from 255) = 41.74%
R=36.45%
G=21.81%
B=41.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117701340.130.4800.47284.0631.3740
Hex754686D3002F11c1f28
Octal16510620615600574343750
Binary11101011000110100001101101110000010111110001110011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754686; }

 p { color: rgb(117,70,134); }

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

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

 a { background-color: rgb(117,70,134); }

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

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

 span { border-color: rgb(117,70,134); }

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