#7D608F

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

Shades of Affair #7D608F

Tints of Affair #7D608F

Color information

#7D608F (or 0x7D608F) is unknown color: approx Affair. HEX triplet: 7D, 60 and 8F. RGB value is (125,96,143). Sum of RGB (Red+Green+Blue) = 125+96+143=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 143 (56.25% from 255 or 39.29% from 364); Max value from RGB is 143 - color contains mainly: blue. Hex color #7D608F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D608F is #829F70. Grayscale: #6D6D6D. Windows color (decimal): -8560497 or 9396349. OLE color: 9396349.

HSL color Cylindrical-coordinate representation of color #7D608F: hue angle of 277.02º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7D608F is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12596143-
CMYK0.130.3300.44
HSL277.02º19.67%46.86%-
HSV(B)277.02º32.87%56.08%-
XYZ17.614.7127.9-
YUV110.03146.61138.68-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.34%
GREEN value IS 96 (37.89% from 255) = 26.37%
BLUE value IS 143 (56.25% from 255) = 39.29%
R=34.34%
G=26.37%
B=39.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal125961430.130.3300.44277.0219.6746.86
Hex7D608FD2102C115142f
Octal17514021715410544252457
Binary11111011100000100011111101100001010110010001010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D608F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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