#76468D

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

Shades of Affair #76468D

Tints of Affair #76468D

Color information

#76468D (or 0x76468D) is unknown color: approx Affair. HEX triplet: 76, 46 and 8D. RGB value is (118,70,141). Sum of RGB (Red+Green+Blue) = 118+70+141=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 141 - color contains mainly: blue. Hex color #76468D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76468D is #89B972. Grayscale: #5C5C5C. Windows color (decimal): -9025907 or 9258614. OLE color: 9258614.

HSL color Cylindrical-coordinate representation of color #76468D: hue angle of 280.56º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76468D is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11870141-
CMYK0.160.5000.45
HSL280.56º33.65%41.37%-
HSV(B)280.56º50.35%55.29%-
XYZ14.4710.1526.4-
YUV92.45155.4146.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.87%
GREEN value IS 70 (27.73% from 255) = 21.28%
BLUE value IS 141 (55.47% from 255) = 42.86%
R=35.87%
G=21.28%
B=42.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118701410.160.5000.45280.5633.6541.37
Hex76468D103202D1192229
Octal16610621520620554314251
Binary1110110100011010001101100001100100101101100011001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76468D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76468D; }

 p { color: rgb(118,70,141); }

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

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

 a { background-color: rgb(118,70,141); }

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

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

 span { border-color: rgb(118,70,141); }

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