#765293

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

Shades of Affair #765293

Tints of Affair #765293

Color information

#765293 (or 0x765293) is unknown color: approx Affair. HEX triplet: 76, 52 and 93. RGB value is (118,82,147). Sum of RGB (Red+Green+Blue) = 118+82+147=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 147 - color contains mainly: blue. Hex color #765293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765293 is #89AD6C. Grayscale: #636363. Windows color (decimal): -9022829 or 9654902. OLE color: 9654902.

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

Color convert

RGB11882147-
CMYK0.200.4400.42
HSL273.23º28.38%44.9%-
HSV(B)273.23º44.22%57.65%-
XYZ15.7511.9929.09-
YUV100.17154.43140.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.01%
GREEN value IS 82 (32.42% from 255) = 23.63%
BLUE value IS 147 (57.81% from 255) = 42.36%
R=34.01%
G=23.63%
B=42.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118821470.200.4400.42273.2328.3844.9
Hex765293142C02A1111c2d
Octal16612222324540524213455
Binary111011010100101001001110100101100010101010001000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765293; }

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

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

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

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

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

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

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

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