#7A5183

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

Shades of Affair #7A5183

Tints of Affair #7A5183

Color information

#7A5183 (or 0x7A5183) is unknown color: approx Affair. HEX triplet: 7A, 51 and 83. RGB value is (122,81,131). Sum of RGB (Red+Green+Blue) = 122+81+131=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 131 - color contains mainly: blue. Hex color #7A5183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5183 is #85AE7C. Grayscale: #626262. Windows color (decimal): -8760957 or 8606074. OLE color: 8606074.

HSL color Cylindrical-coordinate representation of color #7A5183: hue angle of 289.2º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A5183 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12281131-
CMYK0.070.3800.49
HSL289.2º23.58%41.57%-
HSV(B)289.2º38.17%51.37%-
XYZ15.0711.6622.93-
YUV98.96146.08144.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.53%
GREEN value IS 81 (32.03% from 255) = 24.25%
BLUE value IS 131 (51.56% from 255) = 39.22%
R=36.53%
G=24.25%
B=39.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal122811310.070.3800.49289.223.5841.57
Hex7A5183726031121182a
Octal1721212037460614413052
Binary1111010101000110000011111100110011000110010000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A5183; }

 p { color: rgb(122,81,131); }

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

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

 a { background-color: rgb(122,81,131); }

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

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

 span { border-color: rgb(122,81,131); }

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