#764592

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

Shades of Affair #764592

Tints of Affair #764592

Color information

#764592 (or 0x764592) is unknown color: approx Affair. HEX triplet: 76, 45 and 92. RGB value is (118,69,146). Sum of RGB (Red+Green+Blue) = 118+69+146=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 146 - color contains mainly: blue. Hex color #764592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764592 is #89BA6D. Grayscale: #5C5C5C. Windows color (decimal): -9026158 or 9586038. OLE color: 9586038.

HSL color Cylindrical-coordinate representation of color #764592: hue angle of 278.18º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #764592 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11869146-
CMYK0.190.5300.43
HSL278.18º35.81%42.16%-
HSV(B)278.18º52.74%57.25%-
XYZ14.7910.1828.38-
YUV92.43158.23146.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.44%
GREEN value IS 69 (27.34% from 255) = 20.72%
BLUE value IS 146 (57.42% from 255) = 43.84%
R=35.44%
G=20.72%
B=43.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118691460.190.5300.43278.1835.8142.16
Hex764592133502B116242a
Octal16610522223650534264452
Binary1110110100010110010010100111101010101011100010110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764592; }

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

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

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

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

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

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

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

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