#76528F

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

Shades of Affair #76528F

Tints of Affair #76528F

Color information

#76528F (or 0x76528F) is unknown color: approx Affair. HEX triplet: 76, 52 and 8F. RGB value is (118,82,143). Sum of RGB (Red+Green+Blue) = 118+82+143=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 143 - color contains mainly: blue. Hex color #76528F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76528F is #89AD70. Grayscale: #636363. Windows color (decimal): -9022833 or 9392758. OLE color: 9392758.

HSL color Cylindrical-coordinate representation of color #76528F: hue angle of 275.41º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76528F is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11882143-
CMYK0.170.4300.44
HSL275.41º27.11%44.12%-
HSV(B)275.41º42.66%56.08%-
XYZ15.4511.8727.46-
YUV99.72152.43141.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.40%
GREEN value IS 82 (32.42% from 255) = 23.91%
BLUE value IS 143 (56.25% from 255) = 41.69%
R=34.40%
G=23.91%
B=41.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118821430.170.4300.44275.4127.1144.12
Hex76528F112B02C1131b2c
Octal16612221721530544233354
Binary111011010100101000111110001101011010110010001001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76528F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76528F; }

 p { color: rgb(118,82,143); }

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

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

 a { background-color: rgb(118,82,143); }

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

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

 span { border-color: rgb(118,82,143); }

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