#764183

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

Shades of Affair #764183

Tints of Affair #764183

Color information

#764183 (or 0x764183) is unknown color: approx Affair. HEX triplet: 76, 41 and 83. RGB value is (118,65,131). Sum of RGB (Red+Green+Blue) = 118+65+131=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 131 - color contains mainly: blue. Hex color #764183 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764183 is #89BE7C. Grayscale: #585858. Windows color (decimal): -9027197 or 8601974. OLE color: 8601974.

HSL color Cylindrical-coordinate representation of color #764183: hue angle of 288.18º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #764183 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11865131-
CMYK0.100.5000.49
HSL288.18º33.67%38.43%-
HSV(B)288.18º50.38%51.37%-
XYZ13.469.2722.55-
YUV88.37152.06149.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.58%
GREEN value IS 65 (25.78% from 255) = 20.70%
BLUE value IS 131 (51.56% from 255) = 41.72%
R=37.58%
G=20.70%
B=41.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118651310.100.5000.49288.1833.6738.43
Hex764183A320311202226
Octal16610120312620614404246
Binary111011010000011000001110101100100110001100100000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764183; }

 p { color: rgb(118,65,131); }

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

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

 a { background-color: rgb(118,65,131); }

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

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

 span { border-color: rgb(118,65,131); }

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