#765493

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

Shades of Affair #765493

Tints of Affair #765493

Color information

#765493 (or 0x765493) is unknown color: approx Affair. HEX triplet: 76, 54 and 93. RGB value is (118,84,147). Sum of RGB (Red+Green+Blue) = 118+84+147=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 147 - color contains mainly: blue. Hex color #765493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765493 is #89AB6C. Grayscale: #656565. Windows color (decimal): -9022317 or 9655414. OLE color: 9655414.

HSL color Cylindrical-coordinate representation of color #765493: hue angle of 272.38º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #765493 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11884147-
CMYK0.200.4300.42
HSL272.38º27.27%45.29%-
HSV(B)272.38º42.86%57.65%-
XYZ15.9112.329.14-
YUV101.35153.76139.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.81%
GREEN value IS 84 (33.20% from 255) = 24.07%
BLUE value IS 147 (57.81% from 255) = 42.12%
R=33.81%
G=24.07%
B=42.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118841470.200.4300.42272.3827.2745.29
Hex765493142B02A1101b2d
Octal16612422324530524203355
Binary111011010101001001001110100101011010101010001000011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765493; }

 p { color: rgb(118,84,147); }

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

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

 a { background-color: rgb(118,84,147); }

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

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

 span { border-color: rgb(118,84,147); }

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