#76458A

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

Shades of Affair #76458A

Tints of Affair #76458A

Color information

#76458A (or 0x76458A) is unknown color: approx Affair. HEX triplet: 76, 45 and 8A. RGB value is (118,69,138). Sum of RGB (Red+Green+Blue) = 118+69+138=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 138 - color contains mainly: blue. Hex color #76458A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76458A is #89BA75. Grayscale: #5B5B5B. Windows color (decimal): -9026166 or 9061750. OLE color: 9061750.

HSL color Cylindrical-coordinate representation of color #76458A: hue angle of 282.61º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76458A is Cyan = 0.14, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11869138-
CMYK0.140.500.46
HSL282.61º33.33%40.59%-
HSV(B)282.61º50%54.12%-
XYZ14.199.9425.22-
YUV91.52154.23146.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.31%
GREEN value IS 69 (27.34% from 255) = 21.23%
BLUE value IS 138 (54.30% from 255) = 42.46%
R=36.31%
G=21.23%
B=42.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118691380.140.500.46282.6133.3340.59
Hex76458AE3202E11b2129
Octal16610521216620564334151
Binary111011010001011000101011101100100101110100011011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76458A; }

 p { color: rgb(118,69,138); }

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

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

 a { background-color: rgb(118,69,138); }

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

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

 span { border-color: rgb(118,69,138); }

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