#7D6093

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

Shades of Affair #7D6093

Tints of Affair #7D6093

Color information

#7D6093 (or 0x7D6093) is unknown color: approx Affair. HEX triplet: 7D, 60 and 93. RGB value is (125,96,147). Sum of RGB (Red+Green+Blue) = 125+96+147=368 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.97% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 147 - color contains mainly: blue. Hex color #7D6093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6093 is #829F6C. Grayscale: #6E6E6E. Windows color (decimal): -8560493 or 9658493. OLE color: 9658493.

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

Color convert

RGB12596147-
CMYK0.150.3500.42
HSL274.12º20.99%47.65%-
HSV(B)274.12º34.69%57.65%-
XYZ17.9114.8329.52-
YUV110.48148.61138.35-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.97%
GREEN value IS 96 (37.89% from 255) = 26.09%
BLUE value IS 147 (57.81% from 255) = 39.95%
R=33.97%
G=26.09%
B=39.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal125961470.150.3500.42274.1220.9947.65
Hex7D6093F2302A1121530
Octal17514022317430524222560
Binary11111011100000100100111111100011010101010001001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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