#7C5184

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

Shades of Affair #7C5184

Tints of Affair #7C5184

Color information

#7C5184 (or 0x7C5184) is unknown color: approx Affair. HEX triplet: 7C, 51 and 84. RGB value is (124,81,132). Sum of RGB (Red+Green+Blue) = 124+81+132=337 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.80% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 132 - color contains mainly: blue. Hex color #7C5184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5184 is #83AE7B. Grayscale: #636363. Windows color (decimal): -8629884 or 8671612. OLE color: 8671612.

HSL color Cylindrical-coordinate representation of color #7C5184: hue angle of 290.59º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7C5184 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12481132-
CMYK0.060.3900.48
HSL290.59º23.94%41.76%-
HSV(B)290.59º38.64%51.76%-
XYZ15.4211.8423.3-
YUV99.67146.25145.35-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.80%
GREEN value IS 81 (32.03% from 255) = 24.04%
BLUE value IS 132 (51.95% from 255) = 39.17%
R=36.80%
G=24.04%
B=39.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal124811320.060.3900.48290.5923.9441.76
Hex7C5184627030123182a
Octal1741212046470604433052
Binary1111100101000110000100110100111011000010010001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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