#7D5093

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

Shades of Affair #7D5093

Tints of Affair #7D5093

Color information

#7D5093 (or 0x7D5093) is unknown color: approx Affair. HEX triplet: 7D, 50 and 93. RGB value is (125,80,147). Sum of RGB (Red+Green+Blue) = 125+80+147=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 147 - color contains mainly: blue. Hex color #7D5093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5093 is #82AF6C. Grayscale: #646464. Windows color (decimal): -8564589 or 9654397. OLE color: 9654397.

HSL color Cylindrical-coordinate representation of color #7D5093: hue angle of 280.3º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D5093 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12580147-
CMYK0.150.4600.42
HSL280.3º29.52%44.51%-
HSV(B)280.3º45.58%57.65%-
XYZ16.5912.229.08-
YUV101.09153.91145.05-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.51%
GREEN value IS 80 (31.64% from 255) = 22.73%
BLUE value IS 147 (57.81% from 255) = 41.76%
R=35.51%
G=22.73%
B=41.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal125801470.150.4600.42280.329.5244.51
Hex7D5093F2E02A1181e2d
Octal17512022317560524303655
Binary11111011010000100100111111101110010101010001100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,80,147); }

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

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

 a { background-color: rgb(125,80,147); }

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

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

 span { border-color: rgb(125,80,147); }

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