#76428B

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

Shades of Affair #76428B

Tints of Affair #76428B

Color information

#76428B (or 0x76428B) is unknown color: approx Affair. HEX triplet: 76, 42 and 8B. RGB value is (118,66,139). Sum of RGB (Red+Green+Blue) = 118+66+139=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 139 - color contains mainly: blue. Hex color #76428B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76428B is #89BD74. Grayscale: #595959. Windows color (decimal): -9026933 or 9126518. OLE color: 9126518.

HSL color Cylindrical-coordinate representation of color #76428B: hue angle of 282.74º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76428B is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11866139-
CMYK0.150.5300.45
HSL282.74º35.61%40.2%-
HSV(B)282.74º52.52%54.51%-
XYZ14.089.6125.54-
YUV89.87155.73148.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.53%
GREEN value IS 66 (26.17% from 255) = 20.43%
BLUE value IS 139 (54.69% from 255) = 43.03%
R=36.53%
G=20.43%
B=43.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118661390.150.5300.45282.7435.6140.2
Hex76428BF3502D11b2428
Octal16610221317650554334450
Binary111011010000101000101111111101010101101100011011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76428B; }

 p { color: rgb(118,66,139); }

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

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

 a { background-color: rgb(118,66,139); }

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

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

 span { border-color: rgb(118,66,139); }

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