#7D6095

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

Shades of Affair #7D6095

Tints of Affair #7D6095

Color information

#7D6095 (or 0x7D6095) is unknown color: approx Affair. HEX triplet: 7D, 60 and 95. RGB value is (125,96,149). Sum of RGB (Red+Green+Blue) = 125+96+149=370 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.78% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 149 - color contains mainly: blue. Hex color #7D6095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6095 is #829F6A. Grayscale: #6E6E6E. Windows color (decimal): -8560491 or 9789565. OLE color: 9789565.

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

Color convert

RGB12596149-
CMYK0.160.3600.42
HSL272.83º21.63%48.04%-
HSV(B)272.83º35.57%58.43%-
XYZ18.0714.930.36-
YUV110.71149.61138.19-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.78%
GREEN value IS 96 (37.89% from 255) = 25.95%
BLUE value IS 149 (58.59% from 255) = 40.27%
R=33.78%
G=25.95%
B=40.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal125961490.160.3600.42272.8321.6348.04
Hex7D6095102402A1111630
Octal17514022520440524212660
Binary111110111000001001010110000100100010101010001000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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