#76468f

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

Shades of Affair #76468F

Tints of Affair #76468F

Color information

#76468F (or 0x76468F) is unknown color: approx Affair. HEX triplet: 76, 46 and 8F. RGB value is (118,70,143). Sum of RGB (Red+Green+Blue) = 118+70+143=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 143 - color contains mainly: blue. Hex color #76468F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76468F is #89B970. Grayscale: #5C5C5C. Windows color (decimal): -9025905 or 9389686. OLE color: 9389686.

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

Color convert

RGB11870143-
CMYK0.170.5100.44
HSL279.45º34.27%41.76%-
HSV(B)279.45º51.05%56.08%-
XYZ14.6210.2227.19-
YUV92.67156.4146.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.65%
GREEN value IS 70 (27.73% from 255) = 21.15%
BLUE value IS 143 (56.25% from 255) = 43.20%
R=35.65%
G=21.15%
B=43.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118701430.170.5100.44279.4534.2741.76
Hex76468F113302C117222a
Octal16610621721630544274252
Binary1110110100011010001111100011100110101100100010111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76468f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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