#7D5397

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

Shades of Affair #7D5397

Tints of Affair #7D5397

Color information

#7D5397 (or 0x7D5397) is unknown color: approx Affair. HEX triplet: 7D, 53 and 97. RGB value is (125,83,151). Sum of RGB (Red+Green+Blue) = 125+83+151=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 151 (59.38% from 255 or 42.06% from 359); Max value from RGB is 151 - color contains mainly: blue. Hex color #7D5397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5397 is #82AC68. Grayscale: #676767. Windows color (decimal): -8563817 or 9917309. OLE color: 9917309.

HSL color Cylindrical-coordinate representation of color #7D5397: hue angle of 277.06º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7D5397 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12583151-
CMYK0.170.4500.41
HSL277.06º29.06%45.88%-
HSV(B)277.06º45.03%59.22%-
XYZ17.1412.7830.84-
YUV103.31154.91143.47-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.82%
GREEN value IS 83 (32.81% from 255) = 23.12%
BLUE value IS 151 (59.38% from 255) = 42.06%
R=34.82%
G=23.12%
B=42.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal125831510.170.4500.41277.0629.0645.88
Hex7D5397112D0291151d2e
Octal17512322721550514253556
Binary111110110100111001011110001101101010100110001010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,83,151); }

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

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

 a { background-color: rgb(125,83,151); }

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

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

 span { border-color: rgb(125,83,151); }

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