#7C4B92

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

Shades of Affair #7C4B92

Tints of Affair #7C4B92

Color information

#7C4B92 (or 0x7C4B92) is unknown color: approx Affair. HEX triplet: 7C, 4B and 92. RGB value is (124,75,146). Sum of RGB (Red+Green+Blue) = 124+75+146=345 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.94% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 146 - color contains mainly: blue. Hex color #7C4B92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4B92 is #83B46D. Grayscale: #616161. Windows color (decimal): -8631406 or 9587580. OLE color: 9587580.

HSL color Cylindrical-coordinate representation of color #7C4B92: hue angle of 281.41º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C4B92 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12475146-
CMYK0.150.4900.43
HSL281.41º32.13%43.33%-
HSV(B)281.41º48.63%57.25%-
XYZ16.0211.3928.55-
YUV97.74155.23146.73-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.94%
GREEN value IS 75 (29.69% from 255) = 21.74%
BLUE value IS 146 (57.42% from 255) = 42.32%
R=35.94%
G=21.74%
B=42.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal124751460.150.4900.43281.4132.1343.33
Hex7C4B92F3102B119202b
Octal17411322217610534314053
Binary111110010010111001001011111100010101011100011001100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,75,146); }

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

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

 a { background-color: rgb(124,75,146); }

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

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

 span { border-color: rgb(124,75,146); }

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