#7D568A

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

Shades of Affair #7D568A

Tints of Affair #7D568A

Color information

#7D568A (or 0x7D568A) is unknown color: approx Affair. HEX triplet: 7D, 56 and 8A. RGB value is (125,86,138). Sum of RGB (Red+Green+Blue) = 125+86+138=349 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.82% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 138 - color contains mainly: blue. Hex color #7D568A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D568A is #82A975. Grayscale: #676767. Windows color (decimal): -8563062 or 9066109. OLE color: 9066109.

HSL color Cylindrical-coordinate representation of color #7D568A: hue angle of 285º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D568A is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12586138-
CMYK0.090.3800.46
HSL285º23.21%43.92%-
HSV(B)285º37.68%54.12%-
XYZ16.3712.8525.66-
YUV103.59147.42143.27-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.82%
GREEN value IS 86 (33.98% from 255) = 24.64%
BLUE value IS 138 (54.30% from 255) = 39.54%
R=35.82%
G=24.64%
B=39.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal125861380.090.3800.4628523.2143.92
Hex7D568A92602E11d172c
Octal17512621211460564352754
Binary11111011010110100010101001100110010111010001110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D568A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,86,138); }

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

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

 a { background-color: rgb(125,86,138); }

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

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

 span { border-color: rgb(125,86,138); }

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