#7C5183

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

Shades of Affair #7C5183

Tints of Affair #7C5183

Color information

#7C5183 (or 0x7C5183) is unknown color: approx Affair. HEX triplet: 7C, 51 and 83. RGB value is (124,81,131). Sum of RGB (Red+Green+Blue) = 124+81+131=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 131 - color contains mainly: blue. Hex color #7C5183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5183 is #83AE7C. Grayscale: #636363. Windows color (decimal): -8629885 or 8606076. OLE color: 8606076.

HSL color Cylindrical-coordinate representation of color #7C5183: hue angle of 291.6º 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 #7C5183 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12481131-
CMYK0.050.3800.49
HSL291.6º23.58%41.57%-
HSV(B)291.6º38.17%51.37%-
XYZ15.3511.8122.94-
YUV99.56145.75145.43-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.90%
GREEN value IS 81 (32.03% from 255) = 24.11%
BLUE value IS 131 (51.56% from 255) = 38.99%
R=36.90%
G=24.11%
B=38.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal124811310.050.3800.49291.623.5841.57
Hex7C5183526031124182a
Octal1741212035460614443052
Binary1111100101000110000011101100110011000110010010011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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